Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GroupHeaderConverter Property

In This Topic
    GroupHeaderConverter Property
    In This Topic
    Gets or sets the C1.Blazor.Core.IValueConverter used to create the content shown in GridGroupRow cells to summarize group information.
    Syntax
    'Declaration
     
    
    Public Property GroupHeaderConverter As IValueConverter
    public IValueConverter GroupHeaderConverter {get; set;}
    See Also