Class KanbanWorkflow
Provides the work flow of KanbanCardItem.
Inheritance
System.Object
KanbanWorkflow
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.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 |
---|
System.Windows.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 |
---|
System.Windows.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 a object which indicates drag start field.
Declaration
public object Category { get; set; }
Property Value
Type |
---|
System.Object |