ComponentOne Reports for WPF
C1.C1Preview Namespace / RenderInputComboBox Class / Items Property

In This Topic
    Items Property (RenderInputComboBox)
    In This Topic
    Gets the collection of RenderInputComboBoxItem objects representing the items in the combobox dropdown.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As RenderInputComboBoxItemCollection
    public RenderInputComboBoxItemCollection Items {get;}
    Remarks
    This method always returns a non-nullRenderInputComboBoxItemCollection, initializing it if it did not exist. To test whether a combobox already contains items without creating the RenderInputComboBox.Items collection, use the RenderInputComboBox.HasItems property.
    See Also