PropertyBinding Property (PropertyAttribute)
In This Topic
Gets or sets the Binding to use when the property is bound to its associated editor.
Syntax
'Declaration
Public Property PropertyBinding As Binding
public Binding PropertyBinding {get; set;}
See Also