ASPxClientGridViewContextMenuItemClickEventArgs Properties
Provides data for the ASPxClientGridView.ContextMenuItemClick event.| Name | Description |
|---|---|
| elementIndex | Returns the processed element index. |
| handled | Specifies whether default context menu item click is handled manually, so no default processing is required. |
| item | Gets the clicked context menu item. |
| objectType | Gets which grid element has been right clicked by the user. |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
| usePostBack | Specifies whether a postback or a callback is used to finally process the event on the server side. |
See Also