[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.GroupHeaderFormat

GroupHeaderFormat Property

GroupHeaderFormat

Gets or sets the format string used to create the group header content.

Declaration
[Parameter]
public string GroupHeaderFormat { get; set; }
Remarks

The string may contain any text, plus the following replacement strings:

{name}-The name of the property being grouped on.

  • {value}The value of the property being grouped on.
  • {level}The group level.
  • {count}The total number of items in this group.