Skip to main content

VisibilityChangedEventArgs.OldVisibility Property

Gets the previous visible state of the panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockVisibility OldVisibility { get; }

Property Value

Type Description
DockVisibility

A DockVisibility enumeration value specifying the previous visible state of the panel.

Available values:

Name Description
Visible

The panel is visible.

Hidden

The panel is hidden.

AutoHide

The panel is auto-hidden.

See Also