Skip to main content

DataDashboardItem.GetDataMembers() Method

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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