'Declaration Public Property FooterText As System.String
public System.string FooterText {get; set;}
'Declaration Public Property FooterText As System.String
public System.string FooterText {get; set;}
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.