Home › Forums › WinForms controls › Xceed Grid for WinForms › Master/Detail grids › Reply To: Master/Detail grids
<pre>Xceed.Grid.DataRow row = grid.CurrentRow as Xceed.Grid.DataRow;
if (row != null) {
if (row.DetailGrids.Count > 0) {
// current row has detail grids
}
}</pre>
Imported from legacy forums. Posted by Tommy (had 192 views)