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