LayoutController.HideSelectedItems() Method
Hides the selected items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Remarks
The selected items are specified by the LayoutController.Selection property. The HideSelectedItems method calls the LayoutController.Hide method for each of the selected items.
See Also