ShowAsSidePaneAction.AncestorLevel Property

DevZest WPF Docking

ShowAsSidePaneActionAncestorLevel Property
Gets or sets the level of ancestor to look for target DockPaneNode.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[DefaultValueAttribute(0)]
public int AncestorLevel { get; set; }
<DefaultValueAttribute(0)>
Public Property AncestorLevel As Integer
	Get
	Set

Property Value

Type: Int32
The level of ancestor to look for target DockPaneNode. The default value is 0.
See Also