Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.GetDataMembers() Method

Returns an array of data members available in a data source.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string[] GetDataMembers()

Returns

Type Description
String[]

An array of string values that represent data members available in a data source.

See Also