Class GanttSortDescriptor
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.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttSortDescriptor : EJTagHelper
Constructors
GanttSortDescriptor()
Declaration
public GanttSortDescriptor()
Properties
Direction
Defines the direction of sort column.
Declaration
[HtmlAttributeName("direction")]
public SortDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
SortDirection | The default value is null |
Field
Defines the field name of sort column.
Declaration
[HtmlAttributeName("field")]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |