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

DockPanelState Enum

Lists values indicating all the available dock panel states.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum DockPanelState

Members

Name Description
Regular

The dock panel is in its normal state. No specific action is being performed by an end-user.

Sizing

The dock panel’s edge is being dragged to change its height or width. In this case a bar indicating the edge’s potential position is painted.

Docking

The dock panel is being docked.

Related API Members

The following properties accept/return DockPanelState values:

Remarks

The values listed by this enumeration are returned by the DockPanel.State property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DockPanelState 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