LayoutItemDragController.InsertLocation Property
Gets whether the LayoutItemDragController.DragItem is inserted before or after the LayoutItemDragController.Item.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public virtual InsertLocation InsertLocation { get; }
Public Overridable ReadOnly Property InsertLocation As InsertLocation
Property Value
Type | Description |
---|---|
InsertLocation | A InsertLocation value that specifies whether the LayoutItemDragController.DragItem is inserted before or after the LayoutItemDragController.Item. |
See Also
Feedback