Class PivotFieldListSortSetting
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotFieldListSortSetting
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotFieldListSortSetting : EJTagHelper
Constructors
PivotFieldListSortSetting()
Declaration
public PivotFieldListSortSetting()
Properties
MembersOrder
Allows to specify the order in which the members should be sorted.
Declaration
public object MembersOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Name
Allows to set the field name to order their members either in ascending or descending in the pivot table.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Order
Allows to apply sorting to the specified field either by ascending or descending or JSON order. 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.
None
: It allows to display the field members based on JSON order.
Declaration
public Sorting Order { get; set; }
Property Value
Type | Description |
---|---|
Sorting | The default value is Sorting.Ascending |