Enum ConstraintType
Specifies the types of constraints that can be applied in a Kanban board context.
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ConstraintType
Remarks
ConstraintType is used to manage task limitations within either columns or swimlanes in the Kanban board.
Fields
| Name | Description |
|---|---|
| Column | Indicates the constraint is applied to a column. |
| Swimlane | Indicates the constraint is applied to a swimlane. |