ComponentOne Xamarin.iOS
RowHeaderBackgroundColor Property


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

Reference

GridBase Class
GridBase Members