BaseLayoutItem.IsHidden Property
Gets whether the current Layout Item is hidden. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the current layout item is hidden; otherwise, false. |
Remarks
Layout Items can be hidden in Customization Mode. To hide a layout item via code, use the LayoutController.Hide method. The IsHidden returns true for hidden items. These are stored in the DockLayoutManager.HiddenItems collection. Use the LayoutController.Restore method to restore a hidden layout item.
See Also