ShowAsSidePaneAction Properties

DevZest WPF Docking

ShowAsSidePaneAction Properties

The ShowAsSidePaneAction type exposes the following members.

Properties
  Name Description
Public property AncestorLevel
Gets or sets the level of ancestor to look for target DockPaneNode.
Public property IsAutoHide
Gets or sets the value indicates whether to be created DockPane is auto hide.
Public property IsFloating
Gets or sets a value indicates whether target DockTree is floating.
(Inherited from ShowInDockTreeAction.)
Public property IsSizeForTarget
Gets or sets the value indicates whether Size is for to be created DockPane or target DockPaneNode.
Public property ShowMethod
Gets or sets the show method for the action.
(Inherited from ShowAction.)
Public property Side
Gets or sets a value indicates the source DockItem shows on which side of target DockPaneNode.
Public property Size
Gets or sets the size of to be created DockPane or target DockPaneNode, depending on the value of IsSizeForTarget.
Public property Source
Gets or sets the source DockItem.
(Inherited from ShowAction.)
Public property Target
Gets or sets the target DockItem.
(Inherited from ShowInDockTreeAction.)
Top
See Also