DevZest WPF Docking
ShowAsTabbedAction Class |
Inheritance Hierarchy
SystemObject System.Windows.MarkupMarkupExtension
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowInDockTreeAction
DevZest.Windows.DockingShowAsTabbedAction
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowInDockTreeAction
DevZest.Windows.DockingShowAsTabbedAction
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The ShowAsTabbedAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShowAsTabbedAction | Initializes a new instance of the ShowAsTabbedAction class. |
Properties
Name | Description | |
---|---|---|
Index | Gets or sets the value indicates the position within target DockPane.Items at which the source DockItem is inserted before. | |
IsFloating | Gets or sets a value indicates whether target DockTree is floating. (Inherited from ShowInDockTreeAction.) | |
ShowMethod | Gets or sets the show method for the action. (Inherited from ShowAction.) | |
Source | Gets or sets the source DockItem. (Inherited from ShowAction.) | |
Target | Gets or sets the target DockItem. (Inherited from ShowInDockTreeAction.) |
Remarks
This show action corresponds Show(DockPane, Int32, DockItemShowMethod) method.
The target DockPane is determined by the combination of Target
and IsFloating properties.
See Also