BaseLayoutItem.IsHidden Property
Gets whether the current Layout Item is hidden. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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