PopupWindow.FooterContentTemplate Property
Gets or sets a template used for displaying the content of the window’s footer.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System. |
#Remarks
Use the FooterContentTemplate property to control the contents of the current popup window’s footer. The template defined using this property replaces the content of the window footer - in particular, the image and text displayed with the footer (the size grip element remains).
Note that any style settings defined for the footer via specific properties (such as the PopupWindow.FooterStyle or ASPxPopupControl.FooterStyle) are still in effect for the window’s footer whose content is specified using the FooterContentTemplate property.
Note
The value assigned to the Footer
Note
Once a template defined via the Footer