ComponentOne Xamarin.Android
AlternatingRowBackgroundColor Property


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

Reference

FlexGrid Class
FlexGrid Members