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