| BindingExpression Class |
Namespace: Windows.UI.Xaml.Data
public class BindingExpression : Expression, IPropertyPathWalkerListener
The BindingExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ParentBinding |
The System.Windows.Data.Binding object of the current System.Windows.Data.BindingExpression.
| |
| Property |
The binding target property of this binding expression.
| |
| Target |
The element that is the binding target object of this binding expression.
|