menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConstraintType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConstraintType

    Specifies the types of constraints that can be applied in a Kanban board context.

    Inheritance
    System.Object
    ConstraintType
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ConstraintType : Enum
    Remarks

    ConstraintType is used to manage task limitations within either columns or swimlanes in the Kanban board.

    Fields

    Column

    Indicates the constraint is applied to a column.

    Declaration
    public const ConstraintType Column
    Field Value
    Type Description
    ConstraintType

    The value represents a column-based restriction for task management.

    Remarks

    Use this option to enforce limits specifically on grid columns.

    Swimlane

    Indicates the constraint is applied to a swimlane.

    Declaration
    public const ConstraintType Swimlane
    Field Value
    Type Description
    ConstraintType

    The value represents a swimlane-based restriction for task management.

    Remarks

    Use this type to enforce limits specifically across swimlanes.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved