ComponentOne Xamarin.iOS
GroupTextColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridGroupRowCell Class : GroupTextColor Property
Gets or sets the color of the group text.
Syntax
'Declaration
 
Public Property GroupTextColor As UIKit.UIColor
'Usage
 
Dim instance As GridGroupRowCell
Dim value As UIKit.UIColor
 
instance.GroupTextColor = value
 
value = instance.GroupTextColor
public UIKit.UIColor GroupTextColor {get; set;}
See Also

Reference

GridGroupRowCell Class
GridGroupRowCell Members