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