Version

EditorValue Property

Returns/sets the 'value' managed by the custom editor associated with this PropertyGridPropertyItem.
Syntax
'Declaration
 
Public Property EditorValue As Object
public object EditorValue {get; set;}
Remarks
Custom editors created via a PropertyGridEditorDefinition should bind to this property to affect the value of the PropertyGridPropertyItem
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also