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

PanelModalBackgroundStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class PanelModalBackgroundStyle :
    AppearanceStyleBase

The following members return PanelModalBackgroundStyle objects:

Remarks

The PanelModalBackgroundStyle class contains settings that define the style of the page displayed behind the invoked modal panel. .

An object of the PanelModalBackgroundStyle type can be accessed by the PanelStyles.ModalBackground property of a popup control.

Inheritance

See Also