The DockLayoutManager includes the DockControllerCommand, which contains the following set of dock panel commands:
Command | Description |
---|---|
Activate | Activates a specific dock item. |
Close | Closes a specific dock item. |
Dock | Docks a floating or an auto-hidden dock item. |
Float | Makes the specified item floating. |
Hide | Enables the auto-hide functionality for the item/panel and hides it at a corresponding edge of the DockLayoutManager container. |
Restore | Restores a closed (hidden) panel at its previous dock position. |
This example associates the DockControllerCommand.Close command with a button. When a user clicks the button, the active dock panel is closed.
- Window1.xaml (VB: Window1.xaml)
- WPF Dock Layout Manager - Create a Simple Layout of Dock Panes
- WPF Dock Layout Manager - Create a Complex Layout of Dock Panels
- WPF Dock Layout Manager - Сreate a DocumentGroup with Two Tabs
- WPF Dock Layout Manager - Create Tabbed and Document Groups
(you will be redirected to DevExpress.com to submit your response)