Intersoft.Client.Framework Namespace : BindingSourceMode Enumeration |
Public Enum BindingSourceMode Inherits System.Enum
Dim instance As BindingSourceMode
public enum BindingSourceMode : System.Enum
public enum class BindingSourceMode : public System.Enum
Member | Description |
---|---|
FindAncestor | Refers 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. |
FindName | Refers 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. |
System.Object
System.ValueType
System.Enum
Intersoft.Client.Framework.BindingSourceMode
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