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


In This Topic
    GroupText Property (GridGroupRowCell)
    In This Topic
    Gets or sets the group text.
    Syntax
    'Declaration
     
    
    Public Property GroupText As String
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As String
     
    instance.GroupText = value
     
    value = instance.GroupText
    public string GroupText {get; set;}
    See Also