Skip to main content

DashboardItemMouseActionWpfEventArgs.GetUnderlyingData(IList<String>) Method

Returns underlying data related to the visual element located under the test point.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

public DashboardUnderlyingDataSet GetUnderlyingData(
    IList<string> dataMembers
)

#Parameters

Name Type Description
dataMembers IList<String>

A list of String values that specifies data members used to obtain underlying data.

#Returns

Type Description
DashboardUnderlyingDataSet

A DashboardUnderlyingDataSet object that is a list of records from the dashboard data source.

See Also