Skip to main content
A newer version of this page is available. .

ASPxClientGridToolbarItemClickEventArgs Properties

Provides data for the ASPxClientGridBase.ToolbarItemClick event.
Name Description
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