Skip to main content
All docs
V25.1
  • IDashboardControl.GetUnderlyingControls() Method

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

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    IEnumerable<Control> GetUnderlyingControls()

    Returns

    Type Description
    IEnumerable<Control>

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

    See Also