ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Count Property

In This Topic
    Count Property (C1CollectionViewBindingList)
    In This Topic
    Gets the number of elements contained in the System.Collections.ICollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    See Also