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