Dimension.SortMode Property
In This Article
Gets or sets how dimension values are sorted.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DimensionSortMode.Value)]
public DimensionSortMode SortMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dimension |
Value | A Dimension |
Available values:
Name | Description |
---|---|
Display |
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
The SortMode property is in effect in OLAP mode only.
See Also