<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / GroupRow Class / Group Property

In This Topic
    Group Property (GroupRow)
    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