Gets or sets the template used to display the control's footer.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public ITemplate FooterTemplate { get; set; } |
Visual Basic
![]() |
---|
Public Property FooterTemplate As ITemplate |
Type: ITemplate
A System.Web.UI.ITemplate object that contains the template for displaying the footer section of the control. The default is null (Nothing in VB.NET).