LayoutItemMovedEventArgs.Target Property
In This Article
Gets the item next to which the current item (ItemEventArgs.Item) is inserted.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public BaseLayoutItem Target { get; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
See Also