ComponentOne Xamarin.iOS
BackgroundColor Property (GridColumn)


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

Reference

GridColumn Class
GridColumn Members