IDockController Members
Provides methods to perform docking operations on groups and panels. DevExpress.Xpf.Docking.DockControllerBase
#Methods
Name | Description |
---|---|
Add |
Creates a Document |
Add |
Adds a new Document |
Add |
Adds a new Document |
Add |
Adds a new floating Document |
Add |
Adds an empty floating Document |
Add |
Adds a newly created item to the specified target item. |
Add |
Creates a Layout |
Add |
Creates a floating panel with the specified size and displays it at the specified location. |
Close |
Closes the specified item. |
Close |
Closes all items except the specified one within this item’s container. |
Create |
Creates the specified dock command for the specified item/panel. |
Create |
Creates a new Document |
Create |
Creates a new Document |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Dock |
Docks the first item to the second item with the specified dock type. |
Dock |
Docks the specified item. This method is in effect for newly created, floating, auto-hidden, or closed (hidden) items. |
Float |
Makes the specified item floating. |
Hide |
Enables the auto-hide functionality for the item/panel and hides it within the specified Auto |
Hide |
Enables the auto-hide functionality for the item/panel and hides it at the specified edge of the Dock |
Hide |
Enables the auto-hide mode for the item/panel and hides it at a corresponding edge of the Dock |
Insert |
Inserts the specified item into the specified group at a specific position. |
Move |
Moves the specified Document |
Move |
Moves the specified Layout |
Remove |
Removes the specified item. This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Remove |
Removes any connection of the specified panel with the Dock |
Rename |
Starts dock item renaming. |
Restore |
Restores a closed (hidden) panel at its previous dock position. |
See Also