DashboardControlArgs Type
In This Article
Provides data for the events used to customize the Web Dashboard control.
#Declaration
TypeScript
export type DashboardControlArgs = {
component: DevExpress.Dashboard.DashboardControl;
}
#Members
Name | Type | Description |
---|---|---|
component | Dashboard |
A Dashboard |