ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / ListCount Property

In This Topic
    ListCount Property (DropDownList)
    In This Topic
    Returns the total row number for the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListCount As Integer
    public int ListCount {get;}
    See Also