Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomShellListView.AllowDragDrop Property

Specifies if OLE drag-and-drop operations are enabled in the Shell List View control.

#Declaration

Delphi
property AllowDragDrop: Boolean read; write;

#Property Value

Type Description
Boolean

If True, users can drag objects to/from the Shell List View control. If False, OLE drag-and-drop operations are disabled.

#Remarks

The AllowDragDrop property’s default value is True.

See Also