BaseLayoutItem.IsHidden Property
Gets whether the layout item is hidden.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the layout item is hidden; otheriwse, false. |
Remarks
Specific layout items can be hidden from the LayoutControl by calling either the BaseLayoutItem.HideToCustomization or LayoutControl.HideItem method. End-users can hide layout items to the Customization Form using drag and drop operations. When an item is hidden the IsHidden property returns true. Otherwise, this property returns false.
To access the hidden items use the LayoutControl.HiddenItems property.