Back to Devexpress

DimensionSortOrder Enum

dashboard-devexpress-dot-dashboardcommon-95f23ab8.md

latest1.8 KB
Original Source

DimensionSortOrder Enum

Lists values that specify the sort order for dimension values.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DimensionSortOrder
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum DimensionSortOrder

Members

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

|

The following properties accept/return DimensionSortOrder values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace