Skip to main content
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.v23.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.

See Also