ASPxGridViewContextMenuItemClickEventArgs.Handled Property
Specifies whether default context menu item click is handled manually, so no default processing is required.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Set the Handled property to true
if you want to perform a custom action on a default context menu item click. If this property is left set to false
, the default actions will be performed after the ASPxGridView.ContextMenuItemClick event handler is raised.
See Also