ColumnHeaderTextColor Property
In This Topic
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