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