ComponentOne Xamarin.Android
RowHeaderBackgroundColor Property


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

Reference

GridBase Class
GridBase Members