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

DynamicListLookUpSettings.SortByMember Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

[LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)]
[DefaultValue(null)]
[DataFieldsBrowser(DataFieldsBrowserDisplayMode.Measures)]
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 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