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


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