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

PopupControlSettings.ShowPageScrollbarWhenModal Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool ShowPageScrollbarWhenModal { get; set; }

Property Value

Type Description
Boolean

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 the PopupControl’s default popup window is used in modal mode.

See Also