Bar.VisibleChanged Event
In This Article
Fires when a bar's visibility is changed.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The VisibleChanged event's handler receives an argument of the DevExpress.Xpf.Bars.BarVisibileChangedEventArgs type.
#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