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

In This Topic
    HeaderText Property (GroupInfo)
    In This Topic
    Determines the text that is displayed in the group header rows.
    Syntax
    'Declaration
     
    Public Property HeaderText As System.String
    public System.string HeaderText {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 header.

    See Also