Back to Devexpress

GridItemDropPosition Enum

blazor-devexpress-dot-blazor-bb88e79a.md

latest1.1 KB
Original Source

GridItemDropPosition 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 GridItemDropPosition

Members

NameDescription
Append

Rows were dropped after the last Grid 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 GridItemDropPosition values:

Remarks

Refer to the ItemsDropped event description for additional information and an example.

See Also

DevExpress.Blazor Namespace