Back to Devexpress

PopupWindowStyle Class

aspnet-devexpress-dot-web-9b83caa2.md

latest3.0 KB
Original Source

PopupWindowStyle Class

Defines style settings for different elements of a popup window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PopupWindowStyle :
    AppearanceStyle
vb
Public Class PopupWindowStyle
    Inherits AppearanceStyle

The following members return PopupWindowStyle objects:

Remarks

The PopupWindowStyle class contains settings that define the style of a popup window’s elements such as the header or footer.

An object of the PopupWindowStyle type can be accessed via a popup control’s ASPxPopupControl.HeaderStyle and ASPxPopupControl.FooterStyle properties and via a popup window’s PopupWindow.HeaderStyle and PopupWindow.FooterStyle properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle PopupWindowStyle PopupWindowContentStyle

PopupWindowFooterStyle

See Also

PopupWindowStyle Members

DevExpress.Web Namespace