Skip to main content
A newer version of this page is available.
All docs
V20.2

ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs Class

Provides data for the ASPxClientDashboard.ItemCaptionToolbarUpdated event.

Declaration

declare class ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs extends ASPxClientEventArgs

Inherited Members

Inheritance

ASPxClientEventArgs
ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs

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.