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

DockVisibility Enum

Contains values that specify the visible state for dock panels.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum DockVisibility

Members

Name Description
Visible

The panel is visible.

Hidden

The panel is hidden.

AutoHide

The panel is auto-hidden.

Related API Members

The following properties accept/return DockVisibility values:

Remarks

The DockVisibility class enumerates possible visible states for dock panels. To specify a panel’s visible state, use the DockPanel.Visibility property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DockVisibility enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also