Class ValueSortSettings
Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.
Inheritance
System.Object
ValueSortSettings
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.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public class ValueSortSettings
Constructors
ValueSortSettings()
Declaration
public ValueSortSettings()
Properties
ColumnIndex
It allows to set the column index of the value cell.
Declaration
public int? ColumnIndex { get; set; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
HeaderDelimiter
It allows to set the delimiter, which is used a separator to split the given header text.
Declaration
public string HeaderDelimiter { get; set; }
Property Value
Type |
---|
System.String |
HeaderText
It allows to set the member name of a specific field for value sorting.
Declaration
public string HeaderText { get; set; }
Property Value
Type |
---|
System.String |
Measure
It allows to set the measure name to achieve value sorting based on this.
It is applicable only for OLAP data source.
Declaration
public string Measure { get; set; }
Property Value
Type |
---|
System.String |
SortOrder
Allows to apply sorting to the specified field either by ascending or descending. The types are,
Ascending
: It allows to display the field members in ascending order.
Descending
: It allows to display the field members in descending order.
Declaration
public Sorting SortOrder { get; set; }
Property Value
Type |
---|
Sorting |