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

PopupControlStyles.Header Property

Gets style settings for a window’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowStyle Header { get; }

Property Value

Type Description
PopupWindowStyle

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

Remarks

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