ASPxClientGridViewContextMenuItemClickEventArgs Members
Provides data for the ASPxClientGridView.ContextMenuItemClick event.Constructors
| Name | Description |
|---|---|
| constructor(item, objectType, elementIndex, processOnServer) | Initializes a new instance of the ASPxClientGridViewContextMenuItemClickEventArgs class with the specified settings. |
Properties
| 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