Skip to main content
A newer version of this page is available. .

PivotGridWebOptionsView.ShowContextMenus Property

Gets or sets whether end-users can invoke the context menus.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowContextMenus { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable context menus; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowContextMenus
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsView .ShowContextMenus
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsView .ShowContextMenus
PivotGridSettings
.OptionsView .ShowContextMenus
See Also