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

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.v19.1.dll

Declaration

public virtual LayoutType LayoutType { get; }

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