C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GroupHeaderFormat Property

In This Topic
GroupHeaderFormat Property
In This Topic
Gets or sets the format string used to create the group header content.
Syntax
'Declaration
 
Public Property GroupHeaderFormat As String
 
Remarks
The string may contain any text, plus the following replacement strings:
  • The value of the property being grouped on.
  • The group level.
  • The total number of items in this group.
See Also