ASPxClientGridViewContextMenuEventArgs Properties
Provides data for the ASPxClientGridView.ContextMenu event.| Name | Description |
|---|---|
| htmlEvent | Provides access to the parameters associated with the ASPxClientGridView.ContextMenu event. |
| index | Identifies the grid element being right clicked by the user. |
| menu | Gets the currently processed menu object. |
| objectType | Gets which grid element has been right clicked by the user. |
| showBrowserMenu | Specifies whether a browser context menu should be displayed. |
See Also