Back to Devexpress

DashboardDesigner.GetUnderlyingControls() Method

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-2a4d53ba.md

latest1.8 KB
Original Source

DashboardDesigner.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 Designer

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace