ComponentOne Xamarin.Android
BackgroundColor Property (GridColumn)


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

Reference

GridColumn Class
GridColumn Members