Back to Devexpress

DockingEventArgs.Dock Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingeventargs-d7c3544c.md

latest2.5 KB
Original Source

DockingEventArgs.Dock Property

Gets a value indicating how the dock panel would be docked to the targeted control.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockingStyle Dock { get; }
vb
Public ReadOnly Property Dock As DockingStyle

Property Value

TypeDescription
DockingStyle

A DockingStyle enumeration value specifying how the dock panel would be docked to the target control.

|

Available values:

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.

|

Remarks

Use the Dock property to determine how the dock panel would be aligned within the currently targeted control if it’s dropped on it. The available dock styles are listed in the DockingStyle enumeration.

See Also

TargetPanel

TargetForm

DockingEventArgs Class

DockingEventArgs Members

DevExpress.XtraBars.Docking Namespace