Class KanbanSortSettingsBuilder
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.EJ2.Kanban
Assembly: Syncfusion.EJ2.dll
Syntax
public class KanbanSortSettingsBuilder : ControlBuilder
Constructors
KanbanSortSettingsBuilder()
Declaration
public KanbanSortSettingsBuilder()
KanbanSortSettingsBuilder(KanbanSortSettings)
Declaration
public KanbanSortSettingsBuilder(KanbanSortSettings model)
Parameters
Type | Name | Description |
---|---|---|
KanbanSortSettings | model |
Methods
Direction(SortDirection)
Sort the cards. The possible values are: Ascending Descending
Declaration
public KanbanSortSettingsBuilder Direction(SortDirection value)
Parameters
Type | Name | Description |
---|---|---|
SortDirection | value |
Returns
Type | Description |
---|---|
KanbanSortSettingsBuilder |
Field(String)
Defines the sort field
Declaration
public KanbanSortSettingsBuilder Field(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
KanbanSortSettingsBuilder |
SortBy(SortOrderBy)
Sort the cards. The possible values are: DataSourceOrder Index Custom
Declaration
public KanbanSortSettingsBuilder SortBy(SortOrderBy value)
Parameters
Type | Name | Description |
---|---|---|
SortOrderBy | value |
Returns
Type | Description |
---|---|
KanbanSortSettingsBuilder |