Class GanttSortDescriptor
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttSortDescriptor
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttSortDescriptor : EJTagHelper
Constructors
GanttSortDescriptor()
Declaration
public GanttSortDescriptor()
Properties
Direction
Defines the direction of the sort operation.
Ascending: Sorts the column in ascending order.
Descending: Sorts the column in descending order.
Declaration
public SortDirection Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| SortDirection | The default value is null |
Field
Defines the field (column) name to sort by.
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |