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

ASPxFilterControlBase.EnablePopupMenuScrolling Property

Gets or sets a value indicating whether popup menu scrolling is enabled in the filter control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if scrolling is enabled; otherwise, false.

Remarks

Set the EnablePopupMenuScrolling property to true, to enable scrolling, if a popup menu’s content height exceeds the browser window height. In this case, the popup menu displays scroll buttons, allowing its items to be scrolled vertically.

See Also