ComponentOne Xamarin.iOS
NewRowBackgroundColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : NewRowBackgroundColor Property
Gets or sets the UIKit.UIColor of the new row background.
Syntax
'Declaration
 
<Foundation.ExportAttribute("NewRowBackgroundColor")>
<BrowsableAttribute(True)>
Public Property NewRowBackgroundColor As UIKit.UIColor
'Usage
 
Dim instance As FlexGrid
Dim value As UIKit.UIColor
 
instance.NewRowBackgroundColor = value
 
value = instance.NewRowBackgroundColor
[Foundation.Export("NewRowBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor NewRowBackgroundColor {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members