Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / PropertyBinding Property

In This Topic
    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