C1.Web.Wijmo.Controls.45 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
 
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