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


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