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

LayoutItemDragController.InsertLocation Property

Gets whether the LayoutItemDragController.DragItem is inserted before or after the LayoutItemDragController.Item.

Namespace: DevExpress.XtraLayout.Customization

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public virtual InsertLocation InsertLocation { get; }

Property Value

Type Description
InsertLocation

A InsertLocation value that specifies whether the LayoutItemDragController.DragItem is inserted before or after the LayoutItemDragController.Item.

Available values:

Name Description
After

To insert an item after the specified one.

Before

To insert an item before the specified one.

See Also