FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / Group Property

In This Topic
    Group Property
    In This Topic
    Gets or sets the System.Windows.Data.CollectionViewGroup object associated with this GroupRow.
    Syntax
    'Declaration
     
    Public Property Group As CollectionViewGroup
    public CollectionViewGroup Group {get; set;}
    See Also