Class PivotViewValueSortSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotViewValueSortSettings
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewValueSortSettings : EJTagHelper
Constructors
PivotViewValueSortSettings()
Declaration
public PivotViewValueSortSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
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 | Description |
---|---|
System.String | The default value is "." |
HeaderText
It allows to set the member name of a specific field for value sorting.
Declaration
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
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 | Description |
---|---|
System.String | The default value is null |
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 | Description |
---|---|
Sorting | The default value is Sorting.None |