PopupWindow.HeaderStyle Property
In This Article
Gets style settings for the popup window’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindowStyle HeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#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 Header
See Also