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


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