Skip to main content

Bar.VisibleChanged Event

Fires when a bar’s visibility is changed.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public event BarVisibleChangedEventHandler VisibleChanged

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