Class BindingExpression
Implements binding logic
Inheritance
System.Object
BindingExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Data
Assembly: EmptyKeys.UserInterface.dll
Syntax
public sealed class BindingExpression
Properties
DataItem
Gets the data item.
Declaration
public object DataItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The data item. |
ParentBinding
Gets the parent binding.
Declaration
public Binding ParentBinding { get; }
Property Value
Type | Description |
---|---|
Binding | The parent binding. |
Target
Gets the target.
Declaration
public DependencyObject Target { get; }
Property Value
Type | Description |
---|---|
DependencyObject | The target. |
TargetProperty
Gets the target property.
Declaration
public DependencyProperty TargetProperty { get; }
Property Value
Type | Description |
---|---|
DependencyProperty | The target property. |
Methods
AttachSource()
Attaches the source.
Declaration
public void AttachSource()
Clear()
Clears Binding.
Declaration
public void Clear()
DetachSource()
Detaches the source.
Declaration
public void DetachSource()
UpdateSource()
Updates the source.
Declaration
public void UpdateSource()
UpdateTarget()
Updates the target.
Declaration
public void UpdateTarget()