DimensionSortMode Enum
Lists the values that specify how dimension values should be sorted.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
DisplayText
|
Sorts the dimension data by display text. |
Value
|
Sorts the dimension data by values. |
ID
|
Sorts the dimension data by a level member’s ID. |
Key
|
Sorts the dimension data by key attributes. |
Remarks
Values listed in this enumeration are used to set the Dimension.SortMode property.
Note
The Dimension.SortMode property is in effect in OLAP mode only.
See Also