Skip to main content
A newer version of this page is available. .

DockLayoutManager.ShowInvisibleItemsChanged Event

Fires when the value of the DockLayoutManager.ShowInvisibleItems property is changed.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public event ShowInvisibleItemsChangedEventHandler ShowInvisibleItemsChanged

Event Data

The ShowInvisibleItemsChanged event's data class is DevExpress.Xpf.Docking.Base.ShowInvisibleItemsChangedEventArgs.

See Also