DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / Count Property

In This Topic
    Count Property (C1BindingListDataCollection)
    In This Topic
    Gets the number of elements in the collection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Count As Integer
    public virtual int Count {get;}
    See Also