TcxCustomShellTreeView.DragDropSettings Property
In This Article
Contains drag-and-drop settings for a shell tree view.
#Declaration
Delphi
property DragDropSettings: TcxDragDropSettings read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the DragDropSettings
property to access settings affecting drag-and-drop functionality of a shell tree view. These settings define:
- Whether drag-and-drop functionality is enabled within the shell tree view (see the DragDropSettings.AllowDragObjects property description).
- Visual effects, displayed during scrolling (see the DragDropSettings.DefaultDropEffect and DragDropSettings.DropEffect property descriptions).
Note
Not all shell nodes can be involved in drag-and-drop operations. You cannot drag-and-drop, for instance, disk drives, Control Panel, My Computer and other special system shell nodes.
See Also