Lists values that specify the sort order for dimension values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v19.2.Core.dll
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DimensionSortOrder
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum DimensionSortOrder
Name | Description |
---|---|
Ascending | Sort dimension values in ascending order. |
Descending | Sort dimension values in descending order. |
None | No sorting is applied to dimension values. NoteNote that this sort order is in effect in OLAP mode only. |
Values listed by this enumeration are used to set the Dimension.SortOrder property.