ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemPopulateEventArgs Class / RequestedItemCount Property

In This Topic
    RequestedItemCount Property
    In This Topic
    Gets the number of client items.
    Syntax
    'Declaration
     
    Public ReadOnly Property RequestedItemCount As System.Integer
    public System.int RequestedItemCount {get;}
    See Also