Skip to main content

IDashboardControl.GetUnderlyingControl(String) Method

Gets the underlying control used to visualize data within the specified dashboard item.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

Control GetUnderlyingControl(
    string componentName
)

Parameters

Name Type Description
componentName String

A component name of the dashboard item for which you get the underlying control.

Returns

Type Description
Control

A DevExpress WinForms control used to visualize data within the dashboard item.

See Also