CollectionEditor.CollectionForm.EditValue Property

Definition

Gets or sets the collection object to edit.

public:
 property System::Object ^ EditValue { System::Object ^ get(); void set(System::Object ^ value); };
public object EditValue { get; set; }
public object? EditValue { get; set; }
member this.EditValue : obj with get, set
Public Property EditValue As Object

Property Value

The collection object to edit.

Applies to