Skip to main content

DataSource.DataMember Property

Gets or sets a specific list in a data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
public string DataMember { get; set; }

Property Value

Type Description
String

A String that specifies a specific list in a data source.

See Also