Skip to main content
All docs
V18.2

ASPxClientDashboardItemRequestUnderlyingDataParameters.DataMembers Property

Gets or sets an array of data member identifiers used to obtain underlying data.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string[] DataMembers { get; set; }

Property Value

Type Description
String[]

An array of string values that specify data member identifiers.

See Also