Skip to main content

MultiDimensionalData.GetDataMembers() Method

Returns a collection of data members available in a data source.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IList<string> GetDataMembers()

Returns

Type Description
IList<String>

A list of String values that represent data members available in a data source.

See Also