ITreeList.DropTargetMode Property
In This Article
Specifies the drop position behavior. Applicable only to drag and drop operations initiated externally.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(TreeListDropTargetMode.BetweenRows)]
TreeListDropTargetMode DropTargetMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Between |
An enumeration value. |
Available values:
Name | Description | Image |
---|---|---|
Between |
The drop position is defined by Target |
|
Component | The drop position is not defined. You need to implement logic in the Items |
#Remarks
Refer to the DropTargetMode property description for more information and an example.
See Also