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

In This Topic
    FooterStyle Property (C1BaseField)
    In This Topic
    Gets the style properties of the column footer.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property FooterStyle As System.Web.UI.WebControls.TableItemStyle
    public virtual System.Web.UI.WebControls.TableItemStyle FooterStyle {get;}
    Remarks
    This property is used to provide a custom style for the footer section of the column.
    See Also