ComponentOne Xamarin.iOS
EditorBackgroundColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : EditorBackgroundColor Property
Gets or sets the UIKit.UIColor that is used to paint the background of cells in edit mode.
Syntax
'Declaration
 
<Foundation.ExportAttribute("EditorBackgroundColor")>
<BrowsableAttribute(True)>
Public Property EditorBackgroundColor As UIKit.UIColor
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIColor
 
instance.EditorBackgroundColor = value
 
value = instance.EditorBackgroundColor
[Foundation.Export("EditorBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor EditorBackgroundColor {get; set;}
See Also

Reference

GridBase Class
GridBase Members