ComponentOne Xamarin.Android
NewRowBackgroundColor Property


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

Reference

FlexGrid Class
FlexGrid Members