DockPanelState Enum
Lists values indicating all the available dock panel states.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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