ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1TemplateField Class / FooterTemplate Property

In This Topic
    FooterTemplate Property
    In This Topic
    Gets or sets the template used to show the footer of a C1TemplateField.
    Syntax
    'Declaration
     
    Public Overridable Property FooterTemplate As System.Web.UI.ITemplate
    public virtual System.Web.UI.ITemplate FooterTemplate {get; set;}
    See Also