Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / AlternatingRowBackgroundColor Property


In This Topic
    AlternatingRowBackgroundColor Property
    In This Topic
    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