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


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