Class SerializableSortItem
Class that holds the properties, which helps to do sorting.
Inheritance
System.Object
SerializableSortItem
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class SerializableSortItem : Object
Constructors
SerializableSortItem(PivotItem)
Initializes a new instance of the SerializableSortItem class.
Declaration
public SerializableSortItem(PivotItem item)
Parameters
Type | Name | Description |
---|---|---|
PivotItem | item | PivotItem |
Properties
FieldMappingName
Gets or sets the field mapping name of the PivotItem.
Declaration
public string FieldMappingName { get; set; }
Property Value
Type |
---|
System.String |
IsDescSort
Gets or sets whether the sort order is in ascending/descending.
Declaration
public bool IsDescSort { get; set; }
Property Value
Type |
---|
System.Boolean |
PivotItem
Gets or sets the PivotItem.
Declaration
public PivotItem PivotItem { get; set; }
Property Value
Type |
---|
PivotItem |