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

PivotGridWebOptionsView.EnableFilterControlPopupMenuScrolling Property

Gets or sets whether scrolling popup menus invoked in the Prefilter window is allowed.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to allow end-users to scroll popup menus invoked in the Prefilter window; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

The image below shows a Prefilter window with a popup menu invoked, and the EnableFilterControlPopupMenuScrolling option enabled.

pivotgrid_Prefilter_PopupMenuScrolling

If the EnableFilterControlPopupMenuScrolling property is set to false, popup menus are trimmed if they cannot be displayed in their entirety.

You can also specify whether the pivot grid context menus can be scrolled. To do this, use the PivotGridWebOptionsView.EnableContextMenuScrolling property.

See Also