CollectionEditor::CollectionForm::EditValue Property

 

Gets or sets the collection object to edit.

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

public:
property Object^ EditValue {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The collection object to edit.

.NET Framework
Available since 1.1
Return to top
Show: