Back to Devexpress

PopupControlStyles.Header Property

aspnet-devexpress-dot-web-dot-popupcontrolstyles-2da5062d.md

latest2.1 KB
Original Source

PopupControlStyles.Header Property

Gets style settings for a window’s header.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public PopupWindowStyle Header { get; }
vb
Public ReadOnly Property Header As PopupWindowStyle

Property Value

TypeDescription
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

Header

CloseButton

Footer

Content

PopupControlStyles Class

PopupControlStyles Members

DevExpress.Web Namespace