DataGrid::ParentRowsBackColor Property
.NET Framework (current version)
Gets or sets the background color of parent rows.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The following code example sets the ParentRowsBackColor property to a new color.
Private Sub SetParentRowBackClr(ByVal myGrid As DataGrid) myGrid.ParentRowsBackColor = System.Drawing.Color.Beige End Sub
.NET Framework
Available since 1.1
Available since 1.1
Show: