Skip to main content
A newer version of this page is available. .

Dimension.SortMode Property

Gets or sets how dimension values are sorted.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(DimensionSortMode.Value)]
public DimensionSortMode SortMode { get; set; }

Property Value

Type Default Description
DimensionSortMode **Value**

A DimensionSortMode enumeration value that specifies how dimension values are sorted.

Available values:

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

The SortMode property is in effect in OLAP mode only.

See Also