Class PivotSortOption
Specifies the sorting options for PivotGrid control.
Inheritance
System.Object
PivotSortOption
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public sealed class PivotSortOption : Enum
Fields
All
Sorting all columns.
Declaration
public const PivotSortOption All
Field Value
Type |
---|
PivotSortOption |
ColumnSorting
Sorting at the columns (not total or grand-total columns).
Declaration
public const PivotSortOption ColumnSorting
Field Value
Type |
---|
PivotSortOption |
GrandTotalSorting
Sorting at GrandTotal cell columns.
Declaration
public const PivotSortOption GrandTotalSorting
Field Value
Type |
---|
PivotSortOption |
None
No sorting.
Declaration
public const PivotSortOption None
Field Value
Type |
---|
PivotSortOption |
TotalSorting
Sorting at Total cell columns.
Declaration
public const PivotSortOption TotalSorting
Field Value
Type |
---|
PivotSortOption |