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

In This Topic
    GroupHeaderConverter Property (FlexGrid)
    In This Topic
    Gets or sets the System.Windows.Data.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