Skip to main content

PivotGridWebOptionsView.EnableFilterControlPopupMenuScrolling Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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 Filter Editor window; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableFilterControlPopupMenuScrolling
ASPxPivotGrid
.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 Filter Editor window with a popup menu invoked, and the EnableFilterControlPopupMenuScrolling option enabled.

pivotgrid_FilterEditor_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