Back to Devexpress

DockingStyle Enum

windowsforms-devexpress-dot-xtrabars-dot-docking-8c0a937c.md

latest2.2 KB
Original Source

DockingStyle Enum

Lists values specifying the position and manner in which a dock panel is docked.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum DockingStyle
vb
Public Enum DockingStyle

Members

NameDescription
Float

The dock panel floats.

| | Top |

The dock panel’s top edge is docked to the top of its containing control.

| | Bottom |

The dock panel’s bottom edge is docked to the bottom of its containing control.

| | Left |

The dock panel’s left edge is docked to the left side of its containing control.

| | Right |

The dock panel’s right edge is docked to the right side of its containing control.

| | Fill |

The dock panel occupies the center of another panel (split or tab container) or form/user control.

|

The following properties accept/return DockingStyle values:

Remarks

The values listed by this enumeration are used to set the dock panel’s DockPanel.Dock property.

See Also

Dock

DevExpress.XtraBars.Docking Namespace