|
| Name | Description |
|---|
.gif) | AsyncState | Infrastructure. Gets or sets opaque data passed to the asynchronous data dispatcher. |
.gif) | BindingGroupName | Gets or sets the name of the BindingGroup to which this binding belongs. (Inherited from BindingBase.) |
.gif) | BindsDirectlyToSource | Gets or sets a value that indicates whether to evaluate the Path relative to the data item or the DataSourceProvider object. |
.gif) | Converter | Gets or sets the converter to use. |
.gif) | ConverterCulture | Gets or sets the culture in which to evaluate the converter. |
.gif) | ConverterParameter | Gets or sets the parameter to pass to the Converter. |
.gif) | ElementName | Gets or sets the name of the element to use as the binding source object. |
.gif) | FallbackValue | Gets or sets the value to use when the binding is unable to return a value. (Inherited from BindingBase.) |
.gif) | IsAsync | Gets or sets a value that indicates whether the Binding should get and set values asynchronously. |
.gif) | Mode | Gets or sets a value that indicates the direction of the data flow in the binding. |
.gif) | NotifyOnSourceUpdated | Gets or sets a value that indicates whether to raise the SourceUpdated event when a value is transferred from the binding target to the binding source. |
.gif) | NotifyOnTargetUpdated | Gets or sets a value that indicates whether to raise the TargetUpdated event when a value is transferred from the binding source to the binding target. |
.gif) | NotifyOnValidationError | Gets or sets a value that indicates whether to raise the Error attached event on the bound object. |
.gif) | Path | Gets or sets the path to the binding source property. |
.gif) | RelativeSource | Gets or sets the binding source by specifying its location relative to the position of the binding target. |
.gif) | Source | Gets or sets the object to use as the binding source. |
.gif) | StringFormat | Gets or sets a string that specifies how to format the binding if it displays the bound value as a string. (Inherited from BindingBase.) |
.gif) | TargetNullValue | Gets or sets the value that is used in the target when the value of the source is nullNothingnullptra null reference (Nothing in Visual Basic). (Inherited from BindingBase.) |
.gif) | UpdateSourceExceptionFilter | Gets or sets a handler you can use to provide custom logic for handling exceptions that the binding engine encounters during the update of the binding source value. This is only applicable if you have associated an ExceptionValidationRule with your binding. |
.gif) | UpdateSourceTrigger | Gets or sets a value that determines the timing of binding source updates. |
.gif) | ValidatesOnDataErrors | Gets or sets a value that indicates whether to include the DataErrorValidationRule. |
.gif) | ValidatesOnExceptions | Gets or sets a value that indicates whether to include the ExceptionValidationRule. |
.gif) | ValidationRules | Gets a collection of rules that check the validity of the user input. |
.gif) | XPath | Gets or sets an XPath query that returns the value on the XML binding source to use. |