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


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