ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / OwnerGroup Property

In This Topic
    OwnerGroup Property
    In This Topic
    Gets or sets the group that owns this collection of rows. If the collection doesn't belong to a group this property will be null.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerGroup As DataGridGroupRow
    public DataGridGroupRow OwnerGroup {get;}

    Property Value

    The owner group.
    See Also