Class ItemDropPlacement
Indicates whether the dragged item should be placed before or after the destination item.
Inheritance
System.Object
ItemDropPlacement
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ItemDropPlacement : Enum
Fields
After
The dragged item should be placed after the destination item.
Declaration
public const ItemDropPlacement After
Field Value
Before
The dragged item should be placed before the destination item.
Declaration
public const ItemDropPlacement Before
Field Value
value__
Declaration
public int value__
Field Value
System.
|