Skip to main content
A newer version of this page is available. .

DashboardViewer.GetUnderlyingControls() Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public IEnumerable<Control> GetUnderlyingControls()

Returns

Type Description
IEnumerable<Control>

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

See Also