ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / Count Property

In This Topic
    Count Property (ComboBoxItemList)
    In This Topic
    Gets the number of items contained in the ComboBoxItemList instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also