RelativeSource::AncestorType Property
.NET Framework (current version)
Gets or sets the type of ancestor to look for.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The RelativeSource is not in the FindAncestor mode. |
If the Mode property is not set explicitly, setting the AncestorType or the AncestorLevel property will implicitly lock the Mode property value to FindAncestor.
For XAML information, see RelativeSource MarkupExtension.
The following returns the second ItemsControl encountered on the upward path starting at the target element of the binding.
.NET Framework
Available since 3.0
Silverlight
Available since 5.0
Available since 3.0
Silverlight
Available since 5.0
Show: