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

In This Topic
    FooterText Property (GroupInfo)
    In This Topic
    Determines the text that is displayed in the group footer rows.
    Syntax
    'Declaration
     
    Public Property FooterText As System.String
    public System.string FooterText {get; set;}
    Remarks

    The text may include up to three placeholders: "{0}" is replaced with the value being grouped on. "{1}" is replaced with the group's column header. "{2}" is replaced with the aggregate

    The text may be set to "custom". Doing so causes the OnClientGroupText event to be raised when processing a grouped footer.

    See Also