ComponentOne Xamarin.iOS
HeaderBackgroundColor Property (GridRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : HeaderBackgroundColor Property
Gets or sets the UIKit.UIColor used to paint the background of header cells in this row.
Syntax
'Declaration
 
Public Property HeaderBackgroundColor As UIKit.UIColor
'Usage
 
Dim instance As GridRow
Dim value As UIKit.UIColor
 
instance.HeaderBackgroundColor = value
 
value = instance.HeaderBackgroundColor
public UIKit.UIColor HeaderBackgroundColor {get; set;}
See Also

Reference

GridRow Class
GridRow Members