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.v19.2.dll

Declaration

public class PopupControlModalBackgroundStyle :
    AppearanceStyleBase

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