ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GroupHeaderFormat Property

In This Topic
    GroupHeaderFormat Property (C1FlexPivotGrid)
    In This Topic
    Gets or sets the format string used to create group headers for each C1.Win.C1FlexGrid.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 C1.Win.C1FlexGrid.C1FlexGridBase.GroupHeaderFormat property is: "{name}: {value} ({count} items)"
    Syntax
    'Declaration
     
    Public Property GroupHeaderFormat As String
    public string GroupHeaderFormat {get; set;}
    See Also