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

DataDashboardItem.GetDataMembers() Method

Returns data members that identify data fields to which the current dashboard item is bound.

Namespace: DevExpress.DashboardCommon

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

Declaration

public List<string> GetDataMembers()

Returns

Type Description
List<String>

A list of String objects that represent data members.

See Also