DockItem.AllowedDockTreePositions Property

DevZest WPF Docking

DockItemAllowedDockTreePositions Property
Gets or sets the allowed dock tree positions for this DockItem. This is a dependency property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public AllowedDockTreePositions AllowedDockTreePositions { get; set; }
Public Property AllowedDockTreePositions As AllowedDockTreePositions
	Get
	Set

Property Value

Type: AllowedDockTreePositions
The allowed docktree positions for this DockItem. The default value is All.
See Also