ComponentOne Xamarin.iOS
AlternatingRowBackgroundColor Property


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

Reference

FlexGrid Class
FlexGrid Members