ASPxPopupControlBase.HeaderContentTemplate Property
Gets or sets a template used to display the content of the default window‘s header.
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 HeaderContentTemplate property to control the content of the window’s header. The template defined using this property replaces the content of the window header - in particular, the image and text displayed with the header ( the close button element remains). To replace the full header area, use the ASPxPopupControlBase.HeaderTemplate property.
Note that any style settings defined for the header via the ASPxPopupControl.HeaderStyle (PopupControlStyles.Header for ASPxDockPanel) property are still in effect for the window’s header, whose content is specified using the HeaderContentTemplate property.
Note
Once a template defined via the Header
Note
For ASPx
If the ASPx