PopupControlStyles.ModalBackground Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual PopupControlModalBackgroundStyle ModalBackground { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
See Also