Class GanttSortDescriptor
Inheritance
System.Object
GanttSortDescriptor
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttSortDescriptor : EJTagHelper
Constructors
GanttSortDescriptor()
Declaration
public GanttSortDescriptor()
Properties
Direction
Defines the direction of sort column.
Declaration
public SortDirection Direction { get; set; }
Property Value
Field
Defines the field name of sort column.
Declaration
public string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides