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


In This Topic
    ItemsCount Property
    In This Topic
    Gets the number of data items in this group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemsCount As Integer
    'Usage
     
    
    Dim instance As GridGroupRow
    Dim value As Integer
     
    value = instance.ItemsCount
    public int ItemsCount {get;}
    See Also