LayoutItemMovedEventArgs.Type Property
Gets how the current item is inserted next to the target item.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
MoveType | A MoveType value that specifies how the current item is inserted next to the target item. |
Available values:
Name | Description |
---|---|
None | Prevents an item from being moved. |
Left | Moves an item to the left of another item. |
Right | Moves an item to the right of another item. |
Top | Moves an item above another item. |
Bottom | Moves an item below another item. |
InsideGroup | Moves an item inside another container item. |
See Also