Home › Forums › WinForms controls › Xceed Grid for WinForms › properties for parent grid › Reply To: properties for parent grid
Verify that the row has a parent grid but that parent grid has no parents :
if( ( row.ParentGrid != null ) && ( row.ParentGrid.ParentGrid == null ) )
{
// Row is in root grid.
}
Imported from legacy forums. Posted by Vince [Xceed] (had 303 views)