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

PopupControlModalBackgroundStyle Class

Contains style settings that define the appearance of the page displayed behind the invoked modal popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PopupControlModalBackgroundStyle :
    AppearanceStyleBase

The following members return PopupControlModalBackgroundStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapPopupControl.ModalBackgroundStyle
ASP.NET Web Forms Controls ASPxPopupControl.ModalBackgroundStyle
PivotGridStyles.PrefilterBuilderModalBackgroundStyle
PopupControlStyles.ModalBackground

Remarks

The PopupControlModalBackgroundStyle class contains settings that define the style of the page displayed behind the invoked modal popup window. .

An object of the PopupControlModalBackgroundStyle type can be accessed via the ASPxPopupControl.ModalBackgroundStyle property of a popup control.

Inheritance

See Also