Gets a list representing the collection of the items contained in the ComboBoxEditor.
'Declaration
<DescriptionAttribute("The collection of the items contained in the ComboBoxEditor.")>
<CategoryAttribute("Data")>
<EditorAttribute("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property Items As ComboBoxItemList
'Usage
Dim instance As ComboBoxEditor
Dim value As ComboBoxItemList
value = instance.Items
[Description("The collection of the items contained in the ComboBoxEditor.")]
[Category("Data")]
[Editor("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public ComboBoxItemList Items {get;}
Property Value
A
Xceed.Editors.ComboBoxItemList representing the collection of items contained in the ComboBoxEditor.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2