Class SortGrid
Class that holds the properties, which helps to do sorting.
Inheritance
System.Object
SortGrid
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
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class SortGrid
Constructors
SortGrid()
Initializes a new instance of the Sort class.
Declaration
public SortGrid()
SortGrid(PivotItem)
Initializes a new instance of the Sort class.
Declaration
public SortGrid(PivotItem item)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.PivotAnalysis.Base.PivotItem | item | PivotItem |
Properties
FieldMappingName
Gets or sets the field mapping name of the PivotItem.
Declaration
public string FieldMappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsDescSort
Gets or sets whether the sort order is in ascending/descending.
Declaration
public bool IsDescSort { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PivotItem
Gets or sets the PivotItem.
Declaration
public PivotItem PivotItem { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PivotAnalysis.Base.PivotItem |