Skip to main content

LayoutItemDragController.InsertLocation Property

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

Namespace: DevExpress.XtraLayout.Customization

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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