ASPxPopupControl.WindowFooterContentTemplate Property
Gets or sets a common template used to display the footer‘s content 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 WindowFooterContentTemplate property to specify a common footer template for all popup windows from the ASPxPopupControl.Windows collection. The template defined via this property replaces the content of a window’s footer; in particular, the image and text displayed with the footer (the size grip element remains). To replace the full footer area, use the ASPxPopupControl.WindowFooterTemplate property. The WindowFooterContentTemplate property’s value can be overridden by the PopupWindow.FooterContentTemplate property of individual windows.
Note that any style settings defined for the footer via specific properties (such as the ASPxPopupControl.FooterStyle or PopupWindow.FooterStyle) are still in effect for a window’s footer whose content is specified through the WindowFooterContentTemplate property.
Note
If the ASPx
Note
Once a template defined via the Window