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


In This Topic
    NewRowBackgroundColor Property
    In This Topic
    Gets or sets the Nullable of the new row background.
    Syntax
    'Declaration
     
    
    Public Property NewRowBackgroundColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Nullable(Of Color)
     
    instance.NewRowBackgroundColor = value
     
    value = instance.NewRowBackgroundColor
    public Nullable<Color> NewRowBackgroundColor {get; set;}
    See Also