Back to Devexpress

LayoutControl.HideSelectedItems() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-cea0cfcf.md

latest2.1 KB
Original Source

LayoutControl.HideSelectedItems() Method

Hides the currently selected items to the Customization Form.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void HideSelectedItems()
vb
Public Sub 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

Selected

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace