Class KanbanWorkflow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class KanbanWorkflow : EJTagHelper
Constructors
KanbanWorkflow()
Declaration
public KanbanWorkflow()
Properties
AllowedTransitions
Gets or sets an object that indicates the Workflow of the card in the specified columns.
Declaration
[JsonProperty("allowedTransitions")]
public List<string> AllowedTransitions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The allowedTransitions |
Key
Gets or sets an object that indicates to render the Kanban with specified columns key.
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key |