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

LayoutControl.HideSelectedItems() Method

Hides the currently selected items to the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public void HideSelectedItems()

Remarks

Layout items can be selected in code via the BaseLayoutItem.Selected property and in customization mode at runtime. Selected items are painted with a different color than regular items.

The HideSelectedItems method hides the currently selected items to the Customization Form. Calling this method is similar to invoking the Hide Item command of the Context Menu (in Customization mode).

See Also