Skip to main content
Tab

ASPxGridSettings.EnableFilterControlPopupMenuScrolling Property

Gets or sets a value specifying whether popup menu scrolling is enabled in the built-in filter builder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true, if scrolling is enabled; otherwise, false.

Remarks

Set the EnableFilterControlPopupMenuScrolling 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