C1.Win.FlexGrid Namespace / C1FlexGrid Class / GroupHeaderFormat Property

In This Topic
GroupHeaderFormat Property (C1FlexGrid)
In This Topic
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
 
See Also