Back to Devexpress

ASPxGridSettings.EnableFilterControlPopupMenuScrolling Property

aspnet-devexpress-dot-web-dot-aspxgridsettings-4fd38225.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableFilterControlPopupMenuScrolling { get; set; }
vb
<DefaultValue(False)>
Public Property EnableFilterControlPopupMenuScrolling As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ASPxGridSettings Class

ASPxGridSettings Members

DevExpress.Web Namespace