Back to Devexpress

ASPxPopupControlBase.FooterContentTemplate Property

aspnet-devexpress-dot-web-dot-aspxpopupcontrolbase-f5153b18.md

latest3.7 KB
Original Source

ASPxPopupControlBase.FooterContentTemplate Property

Gets or sets a template to display the content of the default window‘s footer.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual ITemplate FooterContentTemplate { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property FooterContentTemplate As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the content of a window’s footer.

|

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 FooterContentTemplate property is created within a control, it is instantiated within a container object of the PopupControlTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

Note

For ASPxPopupControl only:

If the ASPxPopupControl.Windows collection is not empty, the FooterContentTemplate property is not in effect. In this case, a common footer content template for all popup windows from the ASPxPopupControl.Windows collection can be defined via the ASPxPopupControl.WindowFooterContentTemplate property. An individual window’s footer content template can be specified, by using the window’s PopupWindow.FooterContentTemplate property.

See Also

FooterTemplate

HeaderTemplate

HeaderContentTemplate

WindowFooterContentTemplate

FooterContentTemplate

ASPxPopupControlBase Class

ASPxPopupControlBase Members

DevExpress.Web Namespace