PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / PropertyBinding Property

In This Topic
    PropertyBinding Property
    In This Topic
    Gets or sets the Binding to use when the property is bound to its associated editor.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use MemberName property with nested or indexed path instead.")>
    Public Property PropertyBinding As Binding
    [Obsolete("Use MemberName property with nested or indexed path instead.")]
    public Binding PropertyBinding {get; set;}
    See Also