Method | Description | |
---|---|---|
BindTo ( |
Binds this property (the target) to the given property (the source). The property can only be bound to one source. Calling this method with another source disposes of the original binding. |
|
ClearBinding ( ) : void |
Removes all property bindings.
|
|
Dispose ( ) : void |
Disposes of the object.
|
|
GetFromModel ( object obj, string propertyName ) : |
Retrieves the PropertyRef from an IModel.
|
|
PropertyRef ( object instance, string name ) : System |
Constructor.
|
Method | Description | |
---|---|---|
BindTo ( |
||
FireChanged ( ) : void | ||
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void |
public BindTo ( |
||
source | The source property to bind to. | |
mode | BindingMode | The binding mode. |
return | void |
public static GetFromModel ( object obj, string propertyName ) : |
||
obj | object | The model object. |
propertyName | string | The name of the property. |
return |
public PropertyRef ( object instance, string name ) : System | ||
instance | object | The instance of the object that exposes the property. |
name | string | The name of the property. |
return | System |