Back to Devexpress

PanelModalBackgroundStyle Class

aspnet-devexpress-dot-web-84f5180d.md

latest2.0 KB
Original Source

PanelModalBackgroundStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PanelModalBackgroundStyle :
    AppearanceStyleBase
vb
Public Class PanelModalBackgroundStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase PanelModalBackgroundStyle

See Also

PanelModalBackgroundStyle Members

DevExpress.Web Namespace