Click or drag to resize
Binding Properties

The Binding type exposes the following members.

Properties
  NameDescription
Public propertyConverter
Gets or sets the converter object that is called by the binding engine to modify the data as it is passed between the source and target, or vice versa. Returns the IValueConverter object that modifies the data.
Public propertyConverterLanguage
Gets or sets a value that names the language to pass to any converter specified by the Converter property. Returns a string that names a language. Interpretation of this value is ultimately up to the converter logic.
Public propertyConverterParameter
Gets or sets a parameter that can be used in the Converter logic. Returns a parameter to be passed to the Converter. This can be used in the conversion logic. The default is null.
Public propertyElementName
Gets or sets the name of the element to use as the binding source for the Binding. Returns the value of the Name property or x:Name attribute for the element to bind to. The default is null.
Public propertyMode
Gets or sets a value that indicates the direction of the data flow in the binding. Returns one of the BindingMode values.
Public propertyPath
Gets or sets the path to the binding source property. Returns the property path for the source of the binding.
Public propertyRelativeSource
Gets or sets the binding source by specifying its location relative to the position of the binding target. Returns the relative location of the binding source to use. The default is null.
Public propertySource
Gets or sets the data source for the binding. Returns the source object that contains the data for the binding.
Top
See Also