Class TreeGridSortSettingOption
Options for sorting the rows.
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 TreeGridSortSettingOption : EJTagHelper
Constructors
TreeGridSortSettingOption()
Declaration
public TreeGridSortSettingOption()
Properties
SortedColumns
Option to add columns based on which the rows have to be sorted recursively.
Declaration
[JsonProperty("sortedColumns")]
public virtual List<TreeGridSortedColumn> SortedColumns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TreeGridSortedColumn> |
Methods
ShouldSerializeSortedColumn()
Declaration
public bool ShouldSerializeSortedColumn()
Returns
Type | Description |
---|---|
System.Boolean |