LayoutControlGroup.HideToCustomization() Method
Hides the group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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