ASPxPopupControl.WindowHeaderTemplate Property
Gets or sets a common template used to display the header of all popup windows from the ASPxPopupControl.Windows collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that supports the System. |
#Remarks
Use the WindowHeaderTemplate property to specify a common header template for all popup windows from the ASPxPopupControl.Windows collection. The template defined using this property replaces the content of a window’s header; in particular, the image, text and close button displayed with the header. The WindowHeaderTemplate property’s value can be overridden by the PopupWindow.HeaderTemplate property of individual windows.
Note that any style settings defined for the header via specific properties (such as the ASPxPopupControl.HeaderStyle or PopupWindow.HeaderStyle) are still in effect for a window’s header whose content is specified through the WindowHeaderTemplate property.
Note
If the ASPx
Note
Once a template defined via the Window