Class SortSettings
Gets or sets a value that indicates whether to customize the sorting behavior of the grid.
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 SortSettings : EJTagHelper
Constructors
SortSettings()
Declaration
public SortSettings()
Properties
SortedColumns
Gets or sets a value that indicates whether to define the direction and field to sort the column.
Declaration
[JsonProperty("sortedColumns")]
public virtual List<SortedColumn> SortedColumns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SortedColumn> |
Methods
ShouldSerializeSortedColumn()
Gets or sets a value that indicates whether the sorted column should serialize.
Declaration
public bool ShouldSerializeSortedColumn()
Returns
Type | Description |
---|---|
System.Boolean | It returns the Boolean |