ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / CollectionViewGroup Class / ItemCount Property

In This Topic
    ItemCount Property (CollectionViewGroup)
    In This Topic
    Gets a number of the source collection items inside the group subtree.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemCount As System.Integer
    public System.int ItemCount {get;}
    See Also