ComponentOne Xamarin.iOS
AlternatingRowTextColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : AlternatingRowTextColor Property
Gets or sets the UIKit.UIColor that is used to paint the text of odd-numbered rows.
Syntax
'Declaration
 
<Foundation.ExportAttribute("AlternatingRowTextColor")>
<BrowsableAttribute(True)>
Public Property AlternatingRowTextColor As UIKit.UIColor
'Usage
 
Dim instance As FlexGrid
Dim value As UIKit.UIColor
 
instance.AlternatingRowTextColor = value
 
value = instance.AlternatingRowTextColor
[Foundation.Export("AlternatingRowTextColor")]
[Browsable(true)]
public UIKit.UIColor AlternatingRowTextColor {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members