ComponentOne Xamarin.Android
AlternatingRowTextColor Property


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : AlternatingRowTextColor Property
Gets or sets the Nullable that is used to paint the text of odd-numbered rows.
Syntax
'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;}
See Also

Reference

FlexGrid Class
FlexGrid Members