RelativeSourceMode Enumeration
.NET Framework 4.5
Describes the location of the binding source relative to the position of the binding target.
Namespace: System.Windows.Data
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
| Member name | Description | |
|---|---|---|
| PreviousData | Allows you to bind the previous data item (not that control that contains the data item) in the list of data items being displayed. | |
| TemplatedParent | Refers to the element to which the template (in which the data-bound element exists) is applied. This is similar to setting a TemplateBindingExtension and is only applicable if the Binding is within a template. | |
| 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. | |
| 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. |
See RelativeSource for examples.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.