Version

RenderingControlPropertyName Property (ControlContainerEditor)

Gets or sets the name of the property on the RenderingControl which will be used to determine the value of the owning object.
Syntax
'Declaration
 
Public Property RenderingControlPropertyName As String
public string RenderingControlPropertyName {get; set;}
Remarks

In order for the renderer to function, it must deal with a single property of the RenderingControl as specified by this property. If no RenderingControlPropertyName is specified, the editor will look for a property named Value on the control. Failing that, the Text property will be used. If neither a Value nor a Text property are found, the editor will not be able to function properly.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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