ASPxClientItemEndUpdateEventArgs Class
In This Article
Provides data for the ASPxClientDashboard.ItemEndUpdate event.
#Declaration
TypeScript
declare class ASPxClientItemEndUpdateEventArgs extends ASPxClientEventArgs
#Remarks
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Inherited Members
#Inheritance
ASPxClientEventArgs
ASPxClientItemEndUpdateEventArgs
#Properties
#ItemName Property
Gets the component name of the dashboard item.
#Declaration
TypeScript
ItemName: string
#Property Value
Type | Description |
---|---|
string | A string value that is the component name of the dashboard item. |