ClosingBehavior Enum
In This Article
Contains values that specify how panels are closed.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | The same as the Closing |
Hide |
When a panel is closed, it's hidden and moved to the Dock |
Immediately |
When a panel is closed, it's hidden. No reference to the closed panel is kept. |
#Passed To
You can pass ClosingBehavior values to the following properies:
#Remarks
Use the DockLayoutManager.ClosingBehavior property to specify how panels are closed.
See Also