Back to Devexpress

TdxLayoutDragDropMode Enum

vcl-dxlayoutcontainer-11ac47b0.md

latest1.3 KB
Original Source

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:

ValueDescriptionSample
ddmDefaultDragging a layout element highlights a target layout group and a line within this group representing the drop position.
ddmMultiChoiceDragging 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

TdxCustomLayoutControl.DragDropMode

TdxLayoutContainer.DragDropMode

dxLayoutContainer Unit