C1.WPF.PrintDocument.4.6.2 Assembly / 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
 
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