Back to Devexpress

DockPanelState Enum

windowsforms-devexpress-dot-xtrabars-dot-docking-6eb777da.md

latest1.4 KB
Original Source

DockPanelState Enum

Lists values indicating all the available dock panel states.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum DockPanelState
vb
Public Enum DockPanelState

Members

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

|

The following properties accept/return DockPanelState values:

Remarks

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

See Also

State

DevExpress.XtraBars.Docking Namespace