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

DynamicListLookUpSettings.SortOrder Property

Gets or sets the sort order of parameter values.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[DataFieldsBrowser(DataFieldsBrowserDisplayMode.None)]
[DefaultValue(DimensionSortOrder.Ascending)]
[LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)]
public DimensionSortOrder SortOrder { get; set; }

Property Value

Type Default Description
DimensionSortOrder **Ascending**

A DimensionSortOrder enumeration value that specifies the sort order of parameter values.

Remarks

The Dashboard Parameters dialog displays parameter values in ascending order by default. Use the SortOrder property to specify the sort order manually. You can also use the DynamicListLookUpSettings.SortByMember property to specify the data member whose values are used to apply sorting to displayed parameter values.

See Also