C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / AlternatingRowTextColor Property


In This Topic
AlternatingRowTextColor Property
In This Topic
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
See Also