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


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