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

PopupWindowStyle Class

Defines style settings for different elements of a popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PopupWindowStyle :
    AppearanceStyle

The following members return PopupWindowStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapPopupControl.HeaderStyle
ASP.NET Web Forms Controls ASPxPopupControl.HeaderStyle
PivotGridStyles.PrefilterBuilderHeaderStyle
PopupControlStyles.Header
PopupWindow.HeaderStyle
TreeListStyles.CustomizationWindowHeader
TreeListStyles.PopupEditFormWindowHeader

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.

See Also