ComponentOne DataGrid for WPF and Silverlight
ParentGroup Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : ParentGroup Property
Gets the parent group.
Syntax
'Declaration
 
Public ReadOnly Property ParentGroup As DataGridGroupRow
public DataGridGroupRow ParentGroup {get;}
Remarks
If the row is not part of a group null is returned.
See Also

Reference

DataGridRow Class
DataGridRow Members