ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / HasItems Property

In This Topic
    HasItems Property (RenderInputComboBox)
    In This Topic
    Gets a value indicating whether the Items collection has been initialized and contains one or more elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasItems As System.Boolean
    public System.bool HasItems {get;}
    See Also