CollectionEditor.CollectionForm.EditValue 属性

定义

获取或设置要编辑的集合对象。

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

属性值

要编辑的集合对象。

适用于