Back to Devexpress

IGrid.DropTargetMode Property

blazor-devexpress-dot-blazor-dot-igrid-a2def414.md

latest1.7 KB
Original Source

IGrid.DropTargetMode Property

Specifies the drop position behavior. Applicable only to drag and drop operations initiated externally.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridDropTargetMode.BetweenRows)]
GridDropTargetMode DropTargetMode { get; set; }

Property Value

TypeDefaultDescription
GridDropTargetModeBetweenRows

An enumeration value.

|

Available values:

NameDescriptionImage
BetweenRows

The drop position is defined by TargetItem and DropPosition properties.

|

| | Component |

The drop position is not defined. You need to implement logic in the ItemsDropped event handler to specify where to insert rows.

|

|

Remarks

Refer to the DropTargetMode property description for additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace