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


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