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

PopupControlStyles.ModalBackground Property

Gets the style settings that define the appearance of the page’s content displayed behind the invoked modal popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual PopupControlModalBackgroundStyle ModalBackground { get; }

Property Value

Type Description
PopupControlModalBackgroundStyle

A PopupControlModalBackgroundStyle object that contains the style settings.

See Also