Skip to main content

DockOperationStartingEventArgs.DockTarget Property

Gets a Dock Item to which the current Dock Item is to be docked.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public BaseLayoutItem DockTarget { get; }

#Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem to which the current Dock Item is to be docked.

#Remarks

The DockTarget property returns null for all operation types except for docking to other Dock Items. If a Dock Item is docked via a double mouse click or unchecking the auto-hide pin button, the DockTarget property returns null as well.

Use the DockOperationStartingEventArgs.DockOperation property to identify the current operation type.

See the DockLayoutManager.DockOperationStarting event to learn more.

See Also