Intersoft ClientUI Documentation
RelativeBinding Class Members
Properties  Methods 


The following tables list the members exposed by RelativeBinding.

Public Constructors
 NameDescription
Public ConstructorRelativeBinding Constructor  
Top
Public Properties
 NameDescription
Public PropertyBindsDirectlyToSourceGets 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)
Public PropertyConverterGets 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)
Public PropertyConverterCultureGets or sets the culture to be used by the System.Windows.Data.Binding.Converter. (Inherited from System.Windows.Data.Binding)
Public PropertyConverterParameterGets or sets a parameter that can be used in the System.Windows.Data.Binding.Converter logic. (Inherited from System.Windows.Data.Binding)
Public PropertyElementNameGets or sets the name of the element to use as the binding source object. (Inherited from System.Windows.Data.Binding)
Public PropertyFallbackValueGets or sets the value to use when the binding is unable to return a value. (Inherited from System.Windows.Data.BindingBase)
Public PropertyModeGets or sets a value that indicates the direction of the data flow in the binding. (Inherited from System.Windows.Data.Binding)
Public PropertyNotifyOnValidationErrorGets or sets a value that indicates whether the System.Windows.FrameworkElement.BindingValidationError event is raised on validation errors. (Inherited from System.Windows.Data.Binding)
Public PropertyParentTypeGets or sets the type of the parent template when the RelativeSourceMode is set to TemplatedParent.  
Public PropertyPathGets or sets the path to the binding source property. (Inherited from System.Windows.Data.Binding)
Public PropertyRelativeSourceGets or sets the binding source by specifying its location relative to the position of the binding target. (Inherited from System.Windows.Data.Binding)
Public PropertyRelativeSourceMode Gets or sets the location of the binding source relative to the position of the binding target.  
Public PropertySourceGets or sets the data source for the binding. (Inherited from System.Windows.Data.Binding)
Public PropertyStringFormatGets 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)
Public PropertyTargetNullValueGets or sets the value that is used in the target when the value of the source is null. (Inherited from System.Windows.Data.BindingBase)
Public PropertyUpdateSourceTriggerGets or sets a value that determines the timing of binding source updates for two-way bindings. (Inherited from System.Windows.Data.Binding)
Public PropertyValidatesOnDataErrorsGets 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)
Public PropertyValidatesOnExceptionsGets or sets a value that indicates whether the binding engine will report exception validation errors. (Inherited from System.Windows.Data.Binding)
Public PropertyValidatesOnNotifyDataErrorsGets 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)
Top
Public Methods
 NameDescription
Public MethodProvideValueReturns an object that should be set on the property where this binding and extension are applied. (Inherited from System.Windows.Data.BindingBase)
Top
See Also

Reference

RelativeBinding Class
Intersoft.Client.Framework Namespace

Send Feedback