ASPxClientGridViewContextMenuEventArgs Members
Provides data for the ASPxClientGridView.ContextMenu event.Constructors
Name | Description |
---|---|
constructor(objectType, index, htmlEvent, showBrowserMenu) | Initializes a new instance of the ASPxClientGridViewContextMenuEventArgs class with the specified settings. |
Properties
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