Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / RowHeaderTextColor Property


In This Topic
    RowHeaderTextColor Property
    In This Topic
    Gets or sets the UIKit.UIColor of the row header text and glyphs.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("RowHeaderTextColor")>
    <BrowsableAttribute(True)>
    Public Property RowHeaderTextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As GridBase
    Dim value As UIKit.UIColor
     
    instance.RowHeaderTextColor = value
     
    value = instance.RowHeaderTextColor
    [Foundation.Export("RowHeaderTextColor")]
    [Browsable(true)]
    public UIKit.UIColor RowHeaderTextColor {get; set;}
    See Also