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

PopupWindow.ShowPageScrollbarWhenModal Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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.

Remarks

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

To learn more, see the following example:E1080

See Also