Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class / GroupTextColor Property


In This Topic
    GroupTextColor Property
    In This Topic
    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