Back to Devexpress

DashboardControlArgs Type

dashboard-js-devexpress-dot-dashboard-71e7ab1a.md

latest463 B
Original Source

DashboardControlArgs Type

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

Declaration

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

Members

NameTypeDescription
componentDashboardControl

A DashboardControl instance.

|