Class KanbanWorkflow
Represents a workflow in the Kanban control, defining the category and allowed transitions for Kanban items.
Inheritance
System.Object
KanbanWorkflow
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.UWP.dll
Syntax
public class KanbanWorkflow : DependencyObject
Constructors
KanbanWorkflow()
Initializes a new instance of the KanbanWorkflow class.
Declaration
public KanbanWorkflow()
Fields
AllowedTransitionsProperty
Using a DependencyProperty as the backing store for AllowedTransitions. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AllowedTransitionsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
CategoryProperty
Using a DependencyProperty as the backing store for Category. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CategoryProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
AllowedTransitions
Gets or sets a object collection that indicates drag end fields.
Declaration
public List<object> AllowedTransitions { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Object> |
Category
Gets or sets the category associated with the KanbanWorkflow.
Declaration
public object Category { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value of Category is null. |
Remarks
The category represents the current state of a Kanban item within a specific workflow.