Skip to main content

ASPxClientGridViewContextMenuEventArgs.showBrowserMenu Property

Specifies whether a browser context menu should be displayed.

Declaration

showBrowserMenu: boolean

Property Value

Type Description
boolean

true, to display a browser context menu; otherwise, false.

The default is false.

Remarks

When a grid context menu is enabled for an element, or the ASPxClientGridView.ContextMenu event is handled, the browser context menu is not displayed. Set the showBrowserMenu property to true to show the browser context menu.

See Also