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.2.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.

See Also