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

LayoutControlGroup.HideToCustomization() Method

Hides the group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override void HideToCustomization()

Remarks

The HideToCustomization method hides the layout group. The group can then be accessed via the Customization Form. To display a hidden group within the layout control use the BaseLayoutItem.RestoreFromCustomization method.

To access the hidden layout items and groups use the LayoutControl.HiddenItems property.

Note

When layout items are hidden to the Customization Form, they do not retain their positions in the layout. To preserve the position, use Visibility instead.

See Also