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

VisibilityChangedEventArgs.Visibility Property

Gets the current visible state of the panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public DockVisibility Visibility { get; }

Property Value

Type Description
DockVisibility

A DockVisibility enumeration value specifying the panel’s current visible state.

Available values:

Name Description
Visible

The panel is visible.

Hidden

The panel is hidden.

AutoHide

The panel is auto-hidden.

Remarks

This property returns the value of the dock panel’s DockPanel.Visibility property.

See Also