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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[XmlElementAttribute]
public RenderInputComboBoxItemCollection Items { get; }
Visual Basic
<XmlElementAttribute> _
Public ReadOnly Property Items As RenderInputComboBoxItemCollection
	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 Items collection, use the HasItems property.

See Also