PanelStyles.ModalBackground Property
In This Article
Gets the style settings that define the appearance of the page’s content displayed behind the invoked modal panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PanelModalBackgroundStyle ModalBackground { get; }
#Property Value
Type | Description |
---|---|
Panel |
A Panel |
See Also