ShowInDockTreeAction Class

DevZest WPF Docking

ShowInDockTreeAction Class
Represents the action to show DockItem in target DockTree.
Inheritance Hierarchy

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public abstract class ShowInDockTreeAction : ShowAction
Public MustInherit Class ShowInDockTreeAction
	Inherits ShowAction

The ShowInDockTreeAction type exposes the following members.

Properties
  NameDescription
Public propertyIsFloating
Gets or sets a value indicates whether target DockTree is floating.
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.
Top
Remarks
ShowInDockTreeAction has two properties, Target and IsFloating, to specify target DockTree.
See Also