Class Sort
Represents a class that is used to serialize sorted item.
Inheritance
System.Object
Sort
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class Sort : Object
Constructors
Sort()
Initializes a new instance of the Sort class.
Declaration
public Sort()
Sort(PivotItem)
Initializes a new instance of the Sort class.
Declaration
public Sort(PivotItem item)
Parameters
Type | Name | Description |
---|---|---|
PivotItem | item | define the sorted pivot item. |
Properties
FieldMappingName
Gets or sets the field name used for mapping.
Declaration
public string FieldMappingName { get; set; }
Property Value
Type |
---|
System.String |
IsDescSort
Gets or sets a value indicating whether the sorting order is in ascending or descending.
Declaration
public bool IsDescSort { get; set; }
Property Value
Type |
---|
System.Boolean |
PivotItem
Gets or sets the information required to define either a row or column.
Declaration
public PivotItem PivotItem { get; set; }
Property Value
Type |
---|
PivotItem |