Class GanttSortDescriptor
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttSortDescriptor
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.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.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 "" |