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