ComponentOne FlexGrid for WinForms
GroupHeaderFormat Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : GroupHeaderFormat Property
Gets or sets the format string used to create group headers for each GroupDescription. The GroupHeaderFormat contains placeholders for the group name, current value, and item count. The placeholders are enclosed in curly brackets. For example, the default value for the GroupHeaderFormat property is: "{name}: {value} ({count} items)"
Syntax
'Declaration
 
Public Property GroupHeaderFormat As String
public string GroupHeaderFormat {get; set;}
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members