DataGrid::ParentRowsVisible Property
.NET Framework (current version)
Gets or sets a value indicating whether the parent rows of a table are visible.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the parent rows are visible; otherwise, false. The default is true.
The following code example toggles the ParentRowsVisible property.
Private Sub ToggleParentRowsVisible(ByRef myGrid As DataGrid) myGrid.ParentRowsVisible = myGrid.ParentRowsVisible Xor True End Sub
.NET Framework
Available since 1.1
Available since 1.1
Show: