[Foundation.Export("RowBackgroundColor")] [Browsable(true)] public UIKit.UIColor RowBackgroundColor {get; set;}
'Declaration
<Foundation.ExportAttribute("RowBackgroundColor")> <BrowsableAttribute(True)> Public Property RowBackgroundColor As UIKit.UIColor
'Usage
Dim instance As GridBase Dim value As UIKit.UIColor instance.RowBackgroundColor = value value = instance.RowBackgroundColor