Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / EditorBackgroundColor Property


In This Topic
    EditorBackgroundColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color that is used to paint the background of cells in edit mode.
    Syntax
    'Declaration
     
    
    Public Property EditorBackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.Color
     
    instance.EditorBackgroundColor = value
     
    value = instance.EditorBackgroundColor
    public Xamarin.Forms.Color EditorBackgroundColor {get; set;}
    See Also