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

DynamicListLookUpSettings.DisplayMember Property

Gets or sets the data member for the dashboard parameter’s display value.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
String *null*

A String that specifies the data member for the dashboard parameter’s display value.

Remarks

The DynamicListLookUpSettings.DataSource property allows you to specify the data source for the dashboard parameter.

Use the DynamicListLookUpSettings.ValueMember property to specify the data member for the dashboard parameter’s value.

See Also