Back to Devexpress

TreeListItemDropPosition Enum

blazor-devexpress-dot-blazor-1a3b5a7e.md

latest976 B
Original Source

TreeListItemDropPosition Enum

Lists values that specify where rows were dropped relative to the target item.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum TreeListItemDropPosition

Members

NameDescription
Append

Rows were dropped after the last TreeList item.

| | Before |

Rows were dropped before the target item.

| | After |

Rows were dropped after the target item.

| | Inside |

Rows were dropped onto the target group.

|

The following properties accept/return TreeListItemDropPosition values:

See Also

DevExpress.Blazor Namespace