ComponentOne Xamarin.iOS
GroupRowTextColor Property


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

Reference

FlexGrid Class
FlexGrid Members