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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public BaseLayoutItem DockTarget { get; }

Property Value

Type Description
BaseLayoutItem

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

See Also