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

ASPxClientGridToolbarItemClickEventArgs Members

Provides data for the ASPxClientGridBase.ToolbarItemClick event.

Constructors

Name Description
constructor(item, processOnServer) Initializes a new instance of the ASPxClientGridToolbarItemClickEventArgs class.

Properties

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