Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / GroupRowTextColor Property


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