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

GridFilterControlPopupSettings.ShowPageScrollbarWhenModal Property

Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when the filter control window is shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowPageScrollbarWhenModal { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a browser’s scroll bars are available; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowPageScrollbarWhenModal
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
ASPxGridViewPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
TreeListPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
ASPxVerticalGridPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
BootstrapGridViewPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
ASP.NET MVC Extensions MVCxGridViewPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
MVCxTreeListPopupControlSettings
.FilterControl .ShowPageScrollbarWhenModal
See Also