[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBox.Items

Items Property

Items

Gets the collection of RenderInputComboBoxItem objects representing the items in the combobox dropdown.

Declaration
[C1TypeSerialization(C1TypeSerializationEnum.Content)]
public RenderInputComboBoxItemCollection Items { get; }
Remarks

This method always returns a non-null RenderInputComboBoxItemCollection, initializing it if it did not exist. To test whether a combobox already contains items without creating the Items collection, use the HasItems property.