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

TcxDragDropSettings Class

Stores settings controlling the drag-and-drop behavior of the shell controls.

#Declaration

Delphi
TcxDragDropSettings = class(
    TPersistent
)

#Remarks

This class contains the drag-and-drop settings for the shell controls. These settings specify: whether drag-and-drop operations are allowed within a shell control, the drop effects during drag-and-drop.

You can access these settings via a shell control’s DragDropSettings property.

#Inheritance

TObject
TPersistent
TcxDragDropSettings
See Also