ClosingBehavior Enum
Contains values that specify how panels are closed.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Members
Name | Description |
---|---|
Default
|
When applied to a Dock When applied to a Base |
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. |
#Related API Members
The following properties accept/return ClosingBehavior values:
#Remarks
Use the DockLayoutManager.ClosingBehavior and BaseLayoutItem.ClosingBehavior properties to specify how panels are closed. An item’s close behavior setting overrides a dock layout manager’s close behavior setting.