PivotGridFieldBase.ActualSortMode Property
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(PivotSortMode.Default)]
public PivotSortMode ActualSortMode { get; set; }
#Property Value
Type | Default |
---|---|
Pivot |
Default |
Available values:
Name | Description |
---|---|
Default | Sorts the field’s data by the field’s values (these are synchronized with the values from the bound data source). |
Value | Sorts the field’s data by the field’s values (these are synchronized with the values from the bound data source). |
Display |
|
Custom | Enables custom sorting of the field’s data using the Custom |
Key | Sorts the field’s data by key attributes (in OLAP mode). |
ID | Sorts by a level member’s ID (in OLAP mode). |
None | Data is not sorted - it is displayed in the order the data source specifies. This option is in effect only in OLAP mode. |
Dimension |
Sorts the field’s data by the OLAP member property (in OLAP mode). Set the Pivot |