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