IDashboardControl.GetUnderlyingControls() Method
Gets the underlying controls used to visualize data within the dashboard items.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Returns
Type | Description |
---|---|
IEnumerable<Control> | A list of DevExpress WinForms controls used to visualize data within the dashboard items. |
See Also