Skip to main content
A newer version of this page is available. .

DockItemDockingEventArgs.DockTarget Property

Gets the item to which the current item is being docked.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public BaseLayoutItem DockTarget { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object to which the current item is being docked.

See Also