Skip to main content

DashboardViewer.GetUnderlyingControls() Method

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.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