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

TdxLayoutDragDropMode Enum

Enumerates available indication styles for drag-and-drop operations with layout elements.

#Declaration

Delphi
TdxLayoutDragDropMode = (
    ddmDefault,
    ddmMultiChoice
);

#Members

Name
ddmDefault
ddmMultiChoice

#Remarks

Values include:

Value Description Sample
ddmDefault Dragging a layout element highlights a target layout group and a line within this group representing the drop position.
ddmMultiChoice Dragging a layout element displays visual indicators (hot zones) that correspond to all areas available for a drop operation, providing a choice of potential drop positions. Hovering the mouse pointer over any of these hot zones intuitively highlights a target layout group. Dropping the layout element will automatically place it into this layout group.
See Also