Skip to main content
All docs
V26.1
  • DashboardDesigner.GetUnderlyingControls() Method

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

    Namespace: DevExpress.DashboardWin

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

    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