ComponentOne Xamarin.Android
HeaderBackgroundColor Property (GridRow)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridRow Class : HeaderBackgroundColor Property
Syntax
'Declaration
 
Public Property HeaderBackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As GridRow
Dim value As Nullable(Of Color)
 
instance.HeaderBackgroundColor = value
 
value = instance.HeaderBackgroundColor
public Nullable<Color> HeaderBackgroundColor {get; set;}
See Also

Reference

GridRow Class
GridRow Members