CollectionEditor::CollectionForm::Items Property

 

Gets or sets the array of items for this form to display.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property array<Object^>^ Items {
	array<Object^>^ get();
	void set(array<Object^>^ value);
}

Property Value

Type: array<System::Object^>^

An array of objects for the form to display.

The default implementation retrieves the current set of items from the Item property of the collection.

.NET Framework
Available since 1.1
Return to top
Show: