バージョン

EditorValue プロパティ

この PropertyGridPropertyItem に関連付けられたカスタム エディターにより管理される 'value' を返すか、設定します。
シンタックス
'宣言
 
Public Property EditorValue As Object
public object EditorValue {get; set;}
解説
PropertyGridEditorDefinition により作成されるカスタム エディターは、PropertyGridPropertyItem の値に影響するために、このプロパティにバインドする必要があります。
参照