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