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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
BaseLayoutItem | A BaseLayoutItem object that identifies the item next to which the current item (ItemEventArgs.Item) is inserted. |
See Also