Back to Devexpress

DashboardViewer.GetUnderlyingControls() Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-eb7dd1e0.md

latest1.7 KB
Original Source

DashboardViewer.GetUnderlyingControls() Method

Gets the underlying controls used to visualize data within the dashboard items.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public IEnumerable<Control> GetUnderlyingControls()
vb
Public Function GetUnderlyingControls As IEnumerable(Of Control)

Returns

TypeDescription
IEnumerable<Control>

A list of DevExpress WinForms controls used to visualize data within the dashboard items.

|

Implements

GetUnderlyingControls()

See Also

Access to Underlying Controls in the WinForms Dashboard Viewer

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace