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

LayoutItemMovedEventArgs.Target Property

Gets the item next to which the current item (ItemEventArgs.Item) is inserted.

Namespace: DevExpress.Xpf.Docking.Base

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

Declaration

public BaseLayoutItem Target { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that identifies the item next to which the current item (ItemEventArgs.Item) is inserted.

See Also