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


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