C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / BackgroundColor Property


In This Topic
BackgroundColor Property (GridRow)
In This Topic
Gets or sets the UIKit.UIColor used to paint the background of cells in this row.
Syntax
'Declaration
 
Public Property BackgroundColor As UIKit.UIColor
 
'Usage
 
Dim instance As GridRow
Dim value As UIKit.UIColor
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
See Also