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

GridEditFormPopupSettings.ShowPageScrollbarWhenModal Property

Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when the edit form is shown in the modal mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

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
.EditForm .ShowPageScrollbarWhenModal
ASPxGridViewPopupControlSettings
.EditForm .ShowPageScrollbarWhenModal
TreeListPopupControlSettings
.EditForm .ShowPageScrollbarWhenModal
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm .ShowPageScrollbarWhenModal
BootstrapGridViewPopupControlSettings
.EditForm .ShowPageScrollbarWhenModal
ASP.NET MVC Extensions MVCxGridViewPopupControlSettings
.EditForm .ShowPageScrollbarWhenModal
MVCxTreeList
.SettingsPopupEditForm .ShowPageScrollbarWhenModal
MVCxTreeListPopupControlSettings
.EditForm .ShowPageScrollbarWhenModal

Remarks

The ShowPageScrollbarWhenModal property controls the availability of a browser’s scroll bars when the edit form is used in the modal mode.

See Also