IDashboardControl.GetUnderlyingControl(String) Method
Gets the underlying control used to visualize data within the specified dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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