Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.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 Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Nullable(Of Color)
     
    instance.GroupTextColor = value
     
    value = instance.GroupTextColor
    public Nullable<Color> GroupTextColor {get; set;}
    See Also