Class KanbanSortSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
KanbanSortSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Kanban
Assembly: Syncfusion.AspNetMvc.Kanban.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 |
|---|
| KanbanSortSettingsBuilder |
Field(String)
Defines the sort field
Declaration
public KanbanSortSettingsBuilder Field(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| 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 |
|---|
| KanbanSortSettingsBuilder |