Back to Devexpress

PopupControlModalBackgroundStyle Class

aspnet-devexpress-dot-web-6fa903cb.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PopupControlModalBackgroundStyle :
    AppearanceStyleBase
vb
Public Class PopupControlModalBackgroundStyle
    Inherits AppearanceStyleBase

The following members return PopupControlModalBackgroundStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase PopupControlModalBackgroundStyle

See Also

PopupControlModalBackgroundStyle Members

DevExpress.Web Namespace