Back to Devexpress

ITreeList.DropTargetMode Property

blazor-devexpress-dot-blazor-dot-itreelist-8f69d226.md

latest1.8 KB
Original Source

ITreeList.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(TreeListDropTargetMode.BetweenRows)]
TreeListDropTargetMode DropTargetMode { get; set; }

Property Value

TypeDefaultDescription
TreeListDropTargetModeBetweenRows

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

ITreeList Interface

ITreeList Members

DevExpress.Blazor Namespace