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

DimensionSortOrder Enum

Lists values that specify the sort order for dimension values.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DimensionSortOrder

Members

Name Description
Ascending

Sort dimension values in ascending order.

Descending

Sort dimension values in descending order.

None

No sorting is applied to dimension values.

Note

Note that this sort order is in effect in OLAP mode only.

Remarks

Values listed by this enumeration are used to set the Dimension.SortOrder property.

See Also