Wimark.Controls Class Library  

DataGridViewComboBoxCell.Items Property

Gets the collection of items assigned to the combo box.

[Visual Basic]
Public ReadOnly Property Items As ComboEditor.ComboEditorItemCollection 
[C#]
public ComboEditor.ComboEditorItemCollection Items {get;}
[C++]
public: __property ComboEditor.ComboEditorItemCollection* get_Items();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewComboBoxCell Class | DataGridViewComboBoxCell Members | Wimark.Controls Namespace