Skip to main content
A newer version of this page is available. .
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.v20.1.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.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to EnableFilterControlPopupMenuScrolling
ASP.NET Controls and MVC Extensions ASPxCardView
.Settings .EnableFilterControlPopupMenuScrolling
ASPxGridView
.Settings .EnableFilterControlPopupMenuScrolling
ASPxVerticalGrid
.Settings .EnableFilterControlPopupMenuScrolling
GridViewProperties
.Settings .EnableFilterControlPopupMenuScrolling
CardViewSettings
.Settings .EnableFilterControlPopupMenuScrolling
CardViewSettings<CardType>
.Settings .EnableFilterControlPopupMenuScrolling
GridViewSettings
.Settings .EnableFilterControlPopupMenuScrolling
GridViewSettings<RowType>
.Settings .EnableFilterControlPopupMenuScrolling
MVCxCardView
.Settings .EnableFilterControlPopupMenuScrolling
MVCxGridView
.Settings .EnableFilterControlPopupMenuScrolling
MVCxGridViewProperties
.Settings .EnableFilterControlPopupMenuScrolling
MVCxVerticalGrid
.Settings .EnableFilterControlPopupMenuScrolling
VerticalGridSettings
.Settings .EnableFilterControlPopupMenuScrolling
VerticalGridSettings<ColumnType>
.Settings .EnableFilterControlPopupMenuScrolling
ASP.NET Bootstrap Controls BootstrapCardView
.Settings .EnableFilterControlPopupMenuScrolling
BootstrapGridView
.Settings .EnableFilterControlPopupMenuScrolling

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