Skip to main content

DockItemDockingEventArgs.DockTarget Property

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

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public BaseLayoutItem DockTarget { get; }

Property Value

Type Description
BaseLayoutItem

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

See Also