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 |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
toolbar |
Gets the toolbar index. |
toolbar |
Gets the toolbar name. |
use |
Specifies whether a postback or a callback is used to finally process the event on the server side. |
See Also