Skip to main content

DimensionSortMode Enum

Lists the values that specify how dimension values should be sorted.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum DimensionSortMode

#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.

#Related API Members

The following properties accept/return DimensionSortMode values:

#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