Intersoft ClientUI Documentation
BindingSourceMode Enumeration
See Also  Send Feedback
Intersoft.Client.Framework Namespace : BindingSourceMode Enumeration






Describes the location of the binding source relative to the position of the binding target.

Syntax

Visual Basic (Declaration) 
Public Enum BindingSourceMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As BindingSourceMode
C# 
public enum BindingSourceMode : System.Enum 
Delphi 
public enum BindingSourceMode = class(System.Enum)
JScript 
public enum BindingSourceMode extends System.Enum
Managed Extensions for C++ 
__value public enum BindingSourceMode : public System.Enum 
C++/CLI 
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.
SelfRefers 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.