dbicList Send comments on this topic.
AllowItemDrag Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : AllowItemDrag Property

Determines if dbiNodeItems can be dragged and dropped within the list area.

Syntax

Visual Basic (Declaration) 
Public Property AllowItemDrag As Boolean
C# 
public bool AllowItemDrag {get; set;}

Property Value

Boolean

Remarks

This property will allow for built-in dragging and dropping of dbiNodeItems within their current parent.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also