ShowAsTabbedAction Class

DevZest WPF Docking

ShowAsTabbedAction Class
Represents the action to show source DockItem as tabbed in target DockPane.
Inheritance Hierarchy

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public sealed class ShowAsTabbedAction : ShowInDockTreeAction
Public NotInheritable Class ShowAsTabbedAction
	Inherits ShowInDockTreeAction

The ShowAsTabbedAction type exposes the following members.

Constructors
  NameDescription
Public methodShowAsTabbedAction
Initializes a new instance of the ShowAsTabbedAction class.
Top
Properties
  NameDescription
Public propertyIndex
Gets or sets the value indicates the position within target DockPane.Items at which the source DockItem is inserted before.
Public propertyIsFloating
Gets or sets a value indicates whether target DockTree is floating.
(Inherited from ShowInDockTreeAction.)
Public propertyShowMethod
Gets or sets the show method for the action.
(Inherited from ShowAction.)
Public propertySource
Gets or sets the source DockItem.
(Inherited from ShowAction.)
Public propertyTarget
Gets or sets the target DockItem.
(Inherited from ShowInDockTreeAction.)
Top
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