Class ItemReorderPlacement
Indicates whether the dragged item should be placed before or after the destination item.
Inheritance
System.Object
ItemReorderPlacement
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.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
ItemReorderPlacement
|
Before
The dragged item should be placed before the destination item.
Declaration
public const ItemReorderPlacement Before
Field Value
ItemReorderPlacement
|
value__
Declaration
public int value__
Field Value
System.Int32
|