Click or drag to resize

PropertyBindingT Class

Support binding to a property of an element when the target is not a DependencyObject
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfPropertyBindingT

Namespace: TomsToolbox.Wpf
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class PropertyBinding<T>

Type Parameters

T
The type of the variable.

The PropertyBindingT type exposes the following members.

Constructors
 NameDescription
Public methodPropertyBindingT(Object, String) Initializes a new instance of the PropertyBindingT class.
Public methodPropertyBindingT(Object, PropertyPath) Initializes a new instance of the PropertyBindingT class.
Public methodPropertyBindingT(Object, BindingMode, String) Initializes a new instance of the PropertyBindingT class.
Public methodPropertyBindingT(Object, BindingMode, PropertyPath) Initializes a new instance of the PropertyBindingT class.
Top
Properties
 NameDescription
Public propertyValue Gets or sets the value.
Top
Methods
 NameDescription
Public methodDetach Releases unmanaged and - optionally - managed resources.
Top
Events
 NameDescription
Public eventValueChanged Occurs when the value has changed.
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also