Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRow Class / HeaderBackgroundColor Property


In This Topic
    HeaderBackgroundColor Property (GridRow)
    In This Topic
    Gets or sets the Xamarin.Forms.Color used to paint the background of header cells in this row.
    Syntax
    'Declaration
     
    
    Public Property HeaderBackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridRow
    Dim value As Xamarin.Forms.Color
     
    instance.HeaderBackgroundColor = value
     
    value = instance.HeaderBackgroundColor
    public Xamarin.Forms.Color HeaderBackgroundColor {get; set;}
    See Also