DockLayoutManager.ShowInvisibleItemsChanged Event
In This Article
Fires when the value of the DockLayoutManager.ShowInvisibleItems property is changed.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Event Data
The ShowInvisibleItemsChanged event's data class is DevExpress.Xpf.Docking.Base.ShowInvisibleItemsChangedEventArgs.
See Also