ImageGear for Silverlight
ImGearRelativeSourceBinding Class Members
See Also  Properties  Send Feedback
ImageGear20.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearRelativeSourceBinding Class

Glossary Item Box

The following tables list the members exposed by ImGearRelativeSourceBinding.

Public Constructors

Public Properties

 NameDescription
Public PropertyAncestorType 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.  
Public PropertyBindingMode Gets or sets a value that indicates the direction of the data flow in the binding.  
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.  
Public PropertyConverterCulture Gets or sets the culture to be used by the System.Windows.Data.Binding.Converter.  
Public PropertyConverterParameter Gets or sets a parameter that can be used in the System.Windows.Data.Binding.Converter logic.  
Public PropertyNotifyOnValidationError Gets or sets a value indicating whether the System.Windows.FrameworkElement.BindingValidationError event is raised on validation errors.  
Public PropertyPath Gets or sets the path to the binding source property.  
Public PropertyRelativeMode Gets or sets a value that describes the location of the binding source relative to the position of the binding target.  
Public PropertyTargetNamespace Gets or sets the XAML namespace. This namespace is used to get the class of an attached dependency property.  
Public PropertyTargetProperty Gets or sets the name of the target dependency property.  
Public PropertyValidatesOnDataErrors 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.  
Public PropertyValidatesOnExceptions Gets or sets a value indicating whether the binding engine will report exception validation errors.  
Public PropertyValidatesOnNotifyDataErrors 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.  
Top

See Also

©2013. Accusoft Corporation. All Rights Reserved.