ASPxPopupControl.WindowFooterTemplate Property
Gets or sets a common template used to display the footer of all popup windows from the ASPxPopupControl.Windows collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that supports the System. |
#Remarks
Use the WindowFooterTemplate property to specify a common footer template for all popup windows from the ASPxPopupControl.Windows collection. The template defined using this property replaces the full area of a window’s footer; in particular, the image, text, and size grip element displayed with the footer. The WindowFooterTemplate property’s value can be overridden by the PopupWindow.FooterTemplate 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 WindowFooterTemplate property.
Note
If the ASPx
Note
Once a template defined via the Window