ComponentOne Xamarin.iOS
ColumnHeaderBackgroundColor Property


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

Reference

GridBase Class
GridBase Members