'Declaration
Public Property RowHeaderBackgroundColor As Nullable(Of Color)
'Usage
Dim instance As GridBase Dim value As Nullable(Of Color) instance.RowHeaderBackgroundColor = value value = instance.RowHeaderBackgroundColor
public Nullable<Color> RowHeaderBackgroundColor {get; set;}