ComponentOne DataGrid for WPF and Silverlight
OwnerGroup Property (DataGridRowCollection)

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : OwnerGroup Property
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

Reference

DataGridRowCollection Class
DataGridRowCollection Members