Skip to main content

PivotGridWebOptionsView.ShowContextMenus Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.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:

Object Type Path to ShowContextMenus
ASPxPivotGrid
.OptionsView .ShowContextMenus
See Also