BindingExpression Properties
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The BindingExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindingGroup | Gets the BindingGroup that this binding expression belongs to. (Inherited from BindingExpressionBase.) |
|
DataItem | Gets the binding source object that this BindingExpression uses. |
|
HasError | Gets a value that indicates whether the parent binding has a failed validation rule. (Inherited from BindingExpressionBase.) |
|
HasValidationError | Gets a value that indicates whether the parent binding has a failed validation rule. (Inherited from BindingExpressionBase.) |
|
IsDirty | Gets or sets a value that indicates whether the target of the binding has a value that has not been written to the source. (Inherited from BindingExpressionBase.) |
|
ParentBinding | Returns the Binding object of the current BindingExpression. |
|
ParentBindingBase | Gets the BindingBase object from which this BindingExpressionBase object is created. (Inherited from BindingExpressionBase.) |
|
ResolvedSource | Gets the binding source object for this BindingExpression. |
|
ResolvedSourcePropertyName | Gets the name of the binding source property for this BindingExpression. |
|
Status | Gets the status of the binding expression. (Inherited from BindingExpressionBase.) |
|
Target | Gets the element that is the binding target object of this binding expression. (Inherited from BindingExpressionBase.) |
|
TargetProperty | Gets the binding target property of this binding expression. (Inherited from BindingExpressionBase.) |
|
ValidationError | Gets the ValidationError that caused this instance of BindingExpressionBase to be invalid. (Inherited from BindingExpressionBase.) |
|
ValidationErrors | Gets a collection of ValidationError objects that caused this instance of BindingExpressionBase to be invalid. (Inherited from BindingExpressionBase.) |