DockControl Properties

DevZest WPF Docking

DockControl Properties

The DockControl type exposes the following members.

Properties
  Name Description
Public property ActiveDocument
Gets a value indicates currently active document DockItem. This is a dependency property.
Public property ActiveItem
Gets a value indicates currently active DockItem. This is a dependency property.
Public property BottomDockTree
Gets a value indicates the bottom DockTree. This is a dependency property.
Public property BottomDockTreeHeight
Gets or sets the height of bottom DockTree. This is a dependency property.
Public property CanRedo
Gets a value that indicates whether the most recent action can be redone. This is a dependency property.
Public property CanUndo
Gets a value that indicates whether the most recent action can be undone. This is a dependency property.
Public property DefaultFloatingWindowSize
Gets or sets the default size of FloatingWindow.
Public property DockItems
Gets a collection of DockItem objects currently associated with this DockControl.
Public property DockTreeZOrder
Gets or sets the z-order of DockTree objects. This is a dependency property.
Public property DocumentDockTree
Gets a value indicates the document DockTree. This is a dependency property.
Public property Documents
Gets a collection of DockItem objects currently displayed as document.
Public property FloatingWindows
Gets a collection of FloatingWindow objects currently created.
Public property FocusedItem
Gets a value indicates DockItem currently has keyboard focus. This is a dependency property.
Public property LeftDockTree
Gets a value indicates the left DockTree. This is a dependency property.
Public property LeftDockTreeWidth
Gets or sets the width of left DockTree. This is a dependency property.
Public property MaxUndoLevel
Gets or sets the maximum number of undo/redo actions. This is a dependency property.
Public property Panes
Gets a collection of DockPane objects currently created.
Public property RightDockTree
Gets a value indicates the right DockTree. This is a dependency property.
Public property RightDockTreeWidth
Gets or sets the width of right DockTree. This is a dependency property.
Public property SelectedAutoHideItem
Gets a value indicates currently selected auto hide DockItem. This is a dependency property.
Public property TopDockTree
Gets a value indicates the top DockTree. This is a dependency property.
Public property TopDockTreeHeight
Gets or sets the height of top DockTree. This is a dependency property.
Public property UndoUnitLevel
Gets a value indicates the undo unit level.
Top
See Also