Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / RowHeaderSelectedBackgroundColor Property


In This Topic
    RowHeaderSelectedBackgroundColor Property
    In This Topic
    Gets or sets the Nullable that is used to paint row header background for selected cells.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderSelectedBackgroundColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Nullable(Of Color)
     
    instance.RowHeaderSelectedBackgroundColor = value
     
    value = instance.RowHeaderSelectedBackgroundColor
    public Nullable<Color> RowHeaderSelectedBackgroundColor {get; set;}
    See Also