Skip to main content

DataDashboardItem.GetDataMembers() Method

In This Article

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public List<string> GetDataMembers()

#Returns

Type Description
List<String>

A list of String objects that represent data members.

See Also