C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / RowBackgroundColor Property


In This Topic
RowBackgroundColor Property
In This Topic
Gets or sets the UIKit.UIColor that is used to paint row backgrounds.
Syntax
'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
See Also