Home
Products
Buy
Support
Company
Blog
.Net Licensing
WPF Docking
.Net Licensing
WPF Docking
Overview
Documentation
Wiki
Customer Support
Free Support
My Order
About Us
Contact Us
Privacy Policy
Documentation
.Net Licensing
WPF Docking
Welcome
Getting Started
Programming WPF Docking
Common Components
Class Library
DevZest.Windows Namespace
DevZest.Windows.Docking Namespace
DevZest.Windows.Docking.Primitives Namespace
AutoHide Class
AutoHideAnimation Enumeration
AutoHideClient Class
AutoHideStrip Class
AutoHideTab Class
AutoHideWindow Class
DockManager Class
DockTreeClient Class
DockTreeSplit Class
DockTreeSplitter Class
DockWindow Class
DockWindowTab Class
DocumentTab Class
DocumentTabChrome Class
DocumentTabPanel Class
DocumentTabStrip Class
DocumentWindow Class
DropPosition Enumeration
FloatingWindowStrategy Enumeration
IsAutoHideValueConverter Class
IsFloatingValueConverter Class
ToolWindow Class
ToolWindowTab Class
ToolWindowTabPanel Class
ToolWindowTabStrip Class
WindowSwitcher Class
WindowViewbox Class
WpfFloatingWindow Class
WpfFloatingWindowClient Class
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: XAML
C#
Visual Basic
XAML
DevZest WPF Docking
DevZest.Windows.Docking.Primitives Namespace
Send Feedback
Contains base classes and controls that are intended to be used as WPF docking user interface.
Classes
Class
Description
AutoHide
Provides attached properties for
DockControl
object's auto-hide settings.
AutoHideClient
Represents the area to display auto-hide
DockItem
.
AutoHideStrip
Represents the strip of auto-hide tabs.
AutoHideTab
Represents the auto-hide tab.
AutoHideWindow
Represents the window to display the selected auto-hide
DockItem
.
DockManager
Provides a set of static methods and attached properties to manage docking behaviors.
DockTreeClient
Represents the client area to display the left, right, top, bottom and document
DockTree
objects.
DockTreeSplit
Represents a resizable container consisting of one
DockTreeSplit
and one
DockTree
children.
DockTreeSplitter
Represents the splitter of
DockTreeSplit
.
DockWindow
Represents the visual presentation of
DockPane
object.
DockWindowTab
Represents the tab in the
DockWindow
.
DocumentTab
Represents the tab in the document window.
DocumentTabChrome
Draws the document tab border.
DocumentTabPanel
Arranges the document tabs.
DocumentTabStrip
Represents the strip of document tabs.
DocumentWindow
Represents the visual presentation of document
DockPane
object.
IsAutoHideValueConverter
Converts a
DockPosition
value to a
Boolean
value, indicates whether the provided
DockPosition
value is auto-hide.
IsFloatingValueConverter
Converts a
DockPosition
value to a
Boolean
value, indicates whether the provided
DockPosition
value is floating.
ToolWindow
Represents the visual presentation of tool window
DockPane
object.
ToolWindowTab
Represents the tab in the tool window.
ToolWindowTabPanel
Arranges the tool window tabs.
ToolWindowTabStrip
Represents the strip of tool window tabs.
WindowSwitcher
Switches between
DockItem
windows.
WindowViewbox
Defines a content decorator that can preview a window.
WpfFloatingWindow
Represents the visual presentation of a
FloatingWindow
object in
WpfFloatingWindowClient
.
WpfFloatingWindowClient
Represents the client area to display a collection of
FloatingWindow
objects.
Enumerations
Enumeration
Description
AutoHideAnimation
Specifies the animation for auto-hide window.
DropPosition
Specifies the target drop position of drag and drop.
FloatingWindowStrategy
Specifies how the
FloatingWindow
is hosted.