ASPxPopupControlBase.FooterContentTemplate Property
Gets or sets a template to display the content of the default 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 that supports the System. |
#Remarks
Use the FooterContentTemplate property to control the default window’s footer. The template defined via this property replaces the content of the window footer - in particular, the image and text displayed with the footer (the size grip element remains). To replace the full footer area, use the ASPxPopupControlBase.FooterTemplate property.
Note that any style settings defined for the footer via the ASPxPopupControl.FooterStyle (PopupControlStyles.Footer for ASPxDockPanel) property are still in effect for the window’s footer whose content is specified using the FooterContentTemplate property.
Note
Once a template defined via the Footer
Note
For ASPx
If the ASPx