ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs Class
Provides data for the ASPxClientDashboard.ItemCaptionToolbarUpdated event.
Declaration
declare class ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs extends ASPxClientEventArgs
Remarks
Warning
A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
The corresponding DashboardControl’s event: ViewerApiExtensionOptions.onItemCaptionToolbarUpdated.
Inherited Members
Inheritance
Properties
ItemName Property
Gets a component name of the dashboard item.
Declaration
ItemName: string
Property Value
| Type | Description |
|---|---|
| string | A string value that is a component name of the dashboard item. |
Options Property
Provides access to caption options of the dashboard item.
Declaration
Options: any
Property Value
| Type | Description |
|---|---|
| any | A DashboardItemCaptionToolbarOptions object containing caption options of the dashboard item. |