Intersoft.Client.Framework Namespace : RelativeBinding Class |
The following tables list the members exposed by RelativeBinding.
Name | Description | |
---|---|---|
RelativeBinding Constructor |
Name | Description | |
---|---|---|
BindsDirectlyToSource | Gets or sets a value that indicates whether the binding ignores any System.ComponentModel.ICollectionView settings on the data source. (Inherited from System.Windows.Data.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. (Inherited from System.Windows.Data.Binding) | |
ConverterCulture | Gets or sets the culture to be used by the System.Windows.Data.Binding.Converter. (Inherited from System.Windows.Data.Binding) | |
ConverterParameter | Gets or sets a parameter that can be used in the System.Windows.Data.Binding.Converter logic. (Inherited from System.Windows.Data.Binding) | |
ElementName | Gets or sets the name of the element to use as the binding source object. (Inherited from System.Windows.Data.Binding) | |
FallbackValue | Gets or sets the value to use when the binding is unable to return a value. (Inherited from System.Windows.Data.BindingBase) | |
Mode | Gets or sets a value that indicates the direction of the data flow in the binding. (Inherited from System.Windows.Data.Binding) | |
NotifyOnValidationError | Gets or sets a value that indicates whether the System.Windows.FrameworkElement.BindingValidationError event is raised on validation errors. (Inherited from System.Windows.Data.Binding) | |
ParentType | Gets or sets the type of the parent template when the RelativeSourceMode is set to TemplatedParent. | |
Path | Gets or sets the path to the binding source property. (Inherited from System.Windows.Data.Binding) | |
RelativeSource | Gets or sets the binding source by specifying its location relative to the position of the binding target. (Inherited from System.Windows.Data.Binding) | |
RelativeSourceMode | Gets or sets the location of the binding source relative to the position of the binding target. | |
Source | Gets or sets the data source for the binding. (Inherited from System.Windows.Data.Binding) | |
StringFormat | Gets or sets a string that specifies how to format the binding if it displays the bound value as a string. (Inherited from System.Windows.Data.BindingBase) | |
TargetNullValue | Gets or sets the value that is used in the target when the value of the source is null. (Inherited from System.Windows.Data.BindingBase) | |
UpdateSourceTrigger | Gets or sets a value that determines the timing of binding source updates for two-way bindings. (Inherited from System.Windows.Data.Binding) | |
ValidatesOnDataErrors | Gets or sets a value that indicates whether the binding engine will report validation errors from an System.ComponentModel.IDataErrorInfo implementation on the bound data entity. (Inherited from System.Windows.Data.Binding) | |
ValidatesOnExceptions | Gets or sets a value that indicates whether the binding engine will report exception validation errors. (Inherited from System.Windows.Data.Binding) | |
ValidatesOnNotifyDataErrors | Gets or sets a value that indicates whether the binding engine will report validation errors from an System.ComponentModel.INotifyDataErrorInfo implementation on the bound data entity. (Inherited from System.Windows.Data.Binding) |
Name | Description | |
---|---|---|
ProvideValue | Returns an object that should be set on the property where this binding and extension are applied. (Inherited from System.Windows.Data.BindingBase) |