ASPxClientGridToolbarItemClickEventArgs Properties
Provides data for the ASPxClientGridBase.ToolbarItemClick event.| Name | Description |
|---|---|
| handled | Specifies whether the toolbar item click is handled manually, so no default processing is required. |
| item | Gets the clicked menu item |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
| toolbarIndex | Gets the toolbar index. |
| toolbarName | Gets the toolbar name. |
| usePostBack | Specifies whether a postback or a callback is used to finally process the event on the server side. |
See Also