ComponentOne Xamarin.iOS
ColumnHeaderTextColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : ColumnHeaderTextColor Property
Gets or sets the UIKit.UIColor of the column header text and glyphs.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ColumnHeaderTextColor")>
<BrowsableAttribute(True)>
Public Property ColumnHeaderTextColor As UIKit.UIColor
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIColor
 
instance.ColumnHeaderTextColor = value
 
value = instance.ColumnHeaderTextColor
[Foundation.Export("ColumnHeaderTextColor")]
[Browsable(true)]
public UIKit.UIColor ColumnHeaderTextColor {get; set;}
See Also

Reference

GridBase Class
GridBase Members