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. |