Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / RowBackgroundColor Property


In This Topic
    RowBackgroundColor Property
    In This Topic
    Gets or sets the Nullable that is used to paint row backgrounds.
    Syntax
    'Declaration
     
    
    Public Property RowBackgroundColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Nullable(Of Color)
     
    instance.RowBackgroundColor = value
     
    value = instance.RowBackgroundColor
    public Nullable<Color> RowBackgroundColor {get; set;}
    See Also