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

PopupWindow.HeaderStyle Property

Gets style settings for the popup window’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public PopupWindowStyle HeaderStyle { get; }

Property Value

Type Description
PopupWindowStyle

A PopupWindowStyle object that contains style settings for the window’s header.

Remarks

The HeaderStyle property provides access to style settings which define the appearance style for the current popup window’s header.

Note

The value assigned to the HeaderStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.HeaderStyle property (if any) which specifies a common header style for all popup windows from the ASPxPopupControl.Windows collection.

See Also