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


In This Topic
    GroupName Property
    In This Topic
    Gets the header of the column associated with this group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupName As String
    'Usage
     
    
    Dim instance As GridGroupRow
    Dim value As String
     
    value = instance.GroupName
    public string GroupName {get;}
    See Also