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