Back to Devexpress

DashboardDesigner.GetUnderlyingControl(String) Method

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-dot-getunderlyingcontrol-x28-system-dot-string-x29.md

latest2.0 KB
Original Source

DashboardDesigner.GetUnderlyingControl(String) Method

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public Control GetUnderlyingControl(
    string componentName
)
vb
Public Function GetUnderlyingControl(
    componentName As String
) As Control

Parameters

NameTypeDescription
componentNameString

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

|

Returns

TypeDescription
Control

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

|

Implements

GetUnderlyingControl(String)

See Also

Access to Underlying Controls in the WinForms Dashboard Designer

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace