The following tables list the members exposed by ImGearRelativeSourceBinding.
Name | Description | |
---|---|---|
![]() | ImGearRelativeSourceBinding Constructor |
Name | Description | |
---|---|---|
![]() | AncestorType | Gets or sets the type of ancestor to look for. Define the full name (namespace and class name). Xaml Namespace do not work here. Example: MyNamespace.MyUserControl or System.Windows.ListBox. For types in System.Windows.dll you can just use the class name instead of the full name. |
![]() | BindingMode | Gets or sets a value that indicates the direction of the data flow in the binding. |
![]() | Converter | 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. |
![]() | ConverterCulture | Gets or sets the culture to be used by the System.Windows.Data.Binding.Converter. |
![]() | ConverterParameter | Gets or sets a parameter that can be used in the System.Windows.Data.Binding.Converter logic. |
![]() | NotifyOnValidationError | Gets or sets a value indicating whether the System.Windows.FrameworkElement.BindingValidationError event is raised on validation errors. |
![]() | Path | Gets or sets the path to the binding source property. |
![]() | RelativeMode | Gets or sets a value that describes the location of the binding source relative to the position of the binding target. |
![]() | TargetNamespace | Gets or sets the XAML namespace. This namespace is used to get the class of an attached dependency property. |
![]() | TargetProperty | Gets or sets the name of the target dependency property. |
![]() | ValidatesOnDataErrors | Gets or sets a value indicating whether the binding engine will report validation errors from an System.ComponentModel.IDataErrorInfo implementation on the bound data entity. |
![]() | ValidatesOnExceptions | Gets or sets a value indicating whether the binding engine will report exception validation errors. |
![]() | ValidatesOnNotifyDataErrors | Gets or sets a value indicating whether the binding engine will report validation errors from an System.ComponentModel.INotifyDataErrorInfo implementation on the bound data entity. |