ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / Count Property

In This Topic
    Count Property (C1BindingSource)
    In This Topic
    Gets the total number of items in the underlying list.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Count As System.Integer
    public virtual System.int Count {get;}
    See Also