C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / AlternatingRowBackgroundColor Property


In This Topic
AlternatingRowBackgroundColor Property
In This Topic
Gets or sets the Xamarin.Forms.Color that is used to paint the background of odd-numbered rows.
Syntax
'Declaration
 
Public Property AlternatingRowBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As FlexGrid
Dim value As Xamarin.Forms.Color
 
instance.AlternatingRowBackgroundColor = value
 
value = instance.AlternatingRowBackgroundColor
See Also