Skip to main content

ASPxClientGridViewContextMenuItemClickEventArgs.handled Property

Specifies whether default context menu item click is handled manually, so no default processing is required.

#Declaration

TypeScript
handled: boolean

#Property Value

Type Description
boolean

true if no default processing is required; otherwise false.

#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 ASPxClientGridView.ContextMenuItemClick event handler is raised.

See Also