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

PivotGridWebOptionsView.EnableContextMenuScrolling Property

Gets or sets whether to enable context menu scrolling.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(false)]
public bool EnableContextMenuScrolling { get; set; }

Property Value

Type Default Description
Boolean **false**

true to enable context menu scrolling; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableContextMenuScrolling
ASPxPivotGrid
.OptionsView.EnableContextMenuScrolling
MVCxPivotGrid
.OptionsView.EnableContextMenuScrolling
PivotGridSettings
.OptionsView.EnableContextMenuScrolling

Remarks

If the EnableContextMenuScrolling property is set to true, scroll buttons are displayed within context menus that do not fit onto the page, allowing end-users to scroll through menu items.

ContextMenuScrolling

Otherwise, context menus are trimmed if they cannot be displayed in their entirety.

You can also specify whether popup menus invoked in the Prefilter window can be scrolled. To do this, use the PivotGridWebOptionsView.EnableFilterControlPopupMenuScrolling property.

See Also