aspnet-devexpress-dot-web-dot-popupcontrolstyles-2da5062d.md
Gets style settings for a window’s header.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public PopupWindowStyle Header { get; }
Public ReadOnly Property Header As PopupWindowStyle
| Type | Description |
|---|---|
| PopupWindowStyle |
A PopupWindowStyle object that contains style settings for a window’s header.
|
The Header property provides access to style settings which define the style for a window’s header.
Note
For ASPxPopupControl only:
If the ASPxPopupControl.Windows collection is empty, the Header property is applied to the default popup window. Otherwise, the Header property specifies a common header style for all popup windows from the ASPxPopupControl.Windows collection. In this case, the Header property’s value can be overridden by using the PopupWindow.HeaderStyle property of individual windows.
See Also