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


In This Topic
    AlternatingRowBackgroundColor Property
    In This Topic
    Gets or sets the Nullable that is used to paint the background of odd-numbered rows.
    Syntax
    'Declaration
     
    
    Public Property AlternatingRowBackgroundColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Nullable(Of Color)
     
    instance.AlternatingRowBackgroundColor = value
     
    value = instance.AlternatingRowBackgroundColor
    public Nullable<Color> AlternatingRowBackgroundColor {get; set;}
    See Also