Class PivotEngine.SortKeys
Class that holds the properties which is used to handle single sort and multi sort in Grid.
Inheritance
System.Object
PivotEngine.SortKeys
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PivotAnalysis.Base
Assembly: Syncfusion.PivotAnalysis.Base.dll
Syntax
public class SortKeys
Constructors
SortKeys()
Declaration
public SortKeys()
Properties
BlockSize
Gets or sets the size of the Grid cell range.
Declaration
public int BlockSize { get; set; }
Property Value
Type |
---|
System.Int32 |
Index
Gets or sets the row index
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
Keys
Gets or sets the collection of row indexes.
Declaration
public IComparable[] Keys { get; set; }
Property Value
Type |
---|
System.IComparable[] |