Skip to main content
All docs
V26.1
  • DashboardControlArgs Type

    Provides data for the events used to customize the Web Dashboard control.

    Declaration

    export type DashboardControlArgs = {
        component: DevExpress.Dashboard.DashboardControl;
    }

    Members

    Name Type Description
    component DashboardControl

    A DashboardControl instance.