Skip to main content

LayoutController.HideSelectedItems() Method

Hides the selected items.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void HideSelectedItems()

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