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


In This Topic
    GroupText Property (GridGroupRow)
    In This Topic
    Gets the a string representing the group item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupText As String
    'Usage
     
    
    Dim instance As GridGroupRow
    Dim value As String
     
    value = instance.GroupText
    public string GroupText {get;}
    See Also