ComponentOne Xamarin.iOS
EditorTextColor Property


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

Reference

GridBase Class
GridBase Members