ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / GroupRow Class / Group Property

In This Topic
    Group Property (GroupRow)
    In This Topic
    Gets or sets the C1.Xaml.CollectionViewGroup object associated with this GroupRow.
    Syntax
    'Declaration
     
    
    Public Property Group As ICollectionViewGroup
    public ICollectionViewGroup Group {get; set;}
    See Also