Skip to main content

DynamicListLookUpSettings.SortByMember Property

Gets or sets the data member whose values are used to apply sorting to displayed dashboard parameter values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DataFieldsBrowser(DataFieldsBrowserDisplayMode.Measures)]
[DefaultValue(null)]
[LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)]
public string SortByMember { get; set; }

Property Value

Type Default Description
String null

A String that specifies the data member whose values are used to apply sorting to displayed dashboard parameter values.

Remarks

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

See Also