Indicates whether the dragged item should be placed before or after the destination item.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ItemDropPlacement
Fields
The dragged item should be placed after the destination item.
C#
After = 1
The dragged item should be placed before the destination item.
C#
Before = 0