Skip to main content
A newer version of this page is available. .

LayoutController.HideSelectedItems() Method

Hides the selected items.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

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