CollectionEditor::CollectionForm::Items Property
.NET Framework (current version)
Gets or sets the array of items for this form to display.
Assembly: System.Design (in System.Design.dll)
protected: property array<Object^>^ Items { array<Object^>^ get(); void set(array<Object^>^ value); }
The default implementation retrieves the current set of items from the Item property of the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: