BackColor Property (DynamicStyleInfo)
Gets the background color for the GcMultiRow cell.
public new Color BackColor {get;}
'Declaration
Public Shadows ReadOnly Property BackColor As Color
'Usage
Dim instance As DynamicStyleInfo
Dim value As Color
value = instance.BackColor
Property Value
A
System.Drawing.Color that represents the background color of the
GcMultiRow cell. The default is
Color.Empty.