Class GanttSortSettings
Specifies the sorting options for gantt.
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.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class GanttSortSettings : EJTagHelper
Constructors
GanttSortSettings()
Declaration
public GanttSortSettings()
Properties
SortedColumns
Specifies the sorted columns for gantt
Declaration
[JsonProperty("sortedColumns")]
public virtual List<GanttSortedColumn> SortedColumns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttSortedColumn> |
Methods
ShouldSerializeSortedColumn()
Declaration
public bool ShouldSerializeSortedColumn()
Returns
Type | Description |
---|---|
System.Boolean |