PopupWindow.HeaderStyle Property
Gets style settings for the popup window’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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