Method | Description | |
---|---|---|
CreateCopy ( this binding ) : |
Creates a new Binding object by copying all properties from another Binding object.
|
|
CreateOneWayBinding ( this bindingSource, string propertyPath ) : |
Creates a new Binding using bindingSource as the Binding.Source and propertyPath as the Binding.Path.
|
|
CreateOneWayBinding ( this bindingSource, string propertyPath, IValueConverter converter ) : |
Creates a new Binding using bindingSource as the Binding.Source, propertyPath as the Binding.Path, and converter as the Binding.Converter.
|
public static CreateCopy ( this binding ) : |
||
binding | this | |
return |
public static CreateOneWayBinding ( this bindingSource, string propertyPath ) : |
||
bindingSource | this | The object to use as the new binding's |
propertyPath | string | The property path to use as the new binding's |
return |
public static CreateOneWayBinding ( this bindingSource, string propertyPath, IValueConverter converter ) : |
||
bindingSource | this | The object to use as the new binding's |
propertyPath | string | The property path to use as the new binding's |
converter | IValueConverter | The converter to use as the new binding's |
return |