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

속성 값

편집할 컬렉션 개체입니다.

적용 대상