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