DockControllerBase.CloseAllButThis(BaseLayoutItem) Method
Closes all items except the specified one within this item’s container.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | The only BaseLayoutItem element to remain opened within its parent container. |
Returns
Type | Description |
---|---|
Boolean | true, if all but the specified items were successfully closed; otherwise, false. |
Remarks
The method closes all child items within the item’s container except the specified item object. Depending on the BaseLayoutItem.ClosingBehavior of the items closed (and the DockLayoutManager.ClosingBehavior of the parent dock layout manager), they are either moved to the closed panel collection, or removed.
To close a specific item, use the DockControllerBase.Close method instead. Neither the CloseAllButThis or Close methods close the items whose BaseLayoutItem.AllowClose property is set to false.