ShowAsTabbedAction.Index Property

DevZest WPF Docking

ShowAsTabbedActionIndex Property
Gets or sets the value indicates the position within target DockPane.Items at which the source DockItem is inserted before.

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 Index { get; set; }
<DefaultValueAttribute(-1)>
Public Property Index As Integer
	Get
	Set

Property Value

Type: Int32
The zero-based index at which the source DockItem is inserted before. -1 adds source DockItem to the end. The default value is -1.
See Also