ASPxClientGridViewContextMenuItemClickEventArgs Properties
Provides data for the ASPxClientGridView.ContextMenuItemClick event.
Name | Description |
---|---|
element |
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. |
object |
Gets which grid element has been right clicked by the user. |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
use |
Specifies whether a postback or a callback is used to finally process the event on the server side. |
See Also