ComponentOne Xamarin.Android
EditorBackgroundColor Property


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridBase Class : EditorBackgroundColor Property
Syntax
'Declaration
 
Public Property EditorBackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As GridBase
Dim value As Nullable(Of Color)
 
instance.EditorBackgroundColor = value
 
value = instance.EditorBackgroundColor
public Nullable<Color> EditorBackgroundColor {get; set;}
See Also

Reference

GridBase Class
GridBase Members