ComponentOne Xamarin.iOS
ColumnHeaderSelectedBackgroundColor Property


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

Reference

GridBase Class
GridBase Members