Bar.VisibleChanged Event
Fires when a bar’s visibility is changed.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The VisibleChanged event's data class is DevExpress.Xpf.Bars.BarVisibileChangedEventArgs.
Remarks
A bar’s visibility is specified by the inherited BarItemLinkHolderBase.Visible property.
Changing a bar’s visibility by an end-user is controlled by the Bar.AllowHide property.
See Also