LayoutItemDragController.LayoutType Property
Gets whether the LayoutItemDragController.DragItem is inserted horizontally or vertically next to the LayoutItemDragController.Item.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
LayoutType | A LayoutType value that specifies whether the LayoutItemDragController.DragItem is inserted horizontally or vertically next to the LayoutItemDragController.Item. |
Available values:
Name | Description |
---|---|
Horizontal | Specifies that an item is positioned horizontally next to a base item. |
Vertical | Specifies that an item is positioned vertically next to a base item. |
See Also