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