Intersoft ClientUI Documentation
BindingSourceMode Enumeration



Describes the location of the binding source relative to the position of the binding target.
Syntax
Public Enum BindingSourceMode 
   Inherits System.Enum
Dim instance As BindingSourceMode
public enum BindingSourceMode : System.Enum 
public enum class BindingSourceMode : public System.Enum 
Members
MemberDescription
FindAncestorRefers to the ancestor in the parent chain of the data-bound element. You can use this to bind to an ancestor of a specific type or its subclasses. This is the mode you use if you want to specify AncestorType and/or AncestorLevel.
FindNameRefers to the element whose name matches the given ElementName in the visual tree.
Self Refers to the element on which you are setting the binding and allows you to bind one property of that element to another property on the same element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.BindingSourceMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.Framework Namespace

Send Feedback