DevZest WPF Docking
ShowInDockTreeActionTarget Property |
Gets or sets the target DockItem.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[DefaultValueAttribute(-1)] public int Target { get; set; }
<DefaultValueAttribute(-1)> Public Property Target As Integer Get Set
Property Value
Type: Int32Int32 that represents the index of target DockItem in DockControl.DockItems. The default value is -1, which represents a null DockItem.
See Also