Skip to main content

TdxTileControlDragDropCustomObject Class

Stores drag-and-drop settings for a tile control.

Declaration

TdxTileControlDragDropCustomObject = class(
    TcxDragAndDropObject
)

Remarks

This class extends its ancestor with the ImmediateFinish property that allows you to disable drag-and-drop animations.

A tile control‘s DragAndDropObject property references a TdxTileControlDragDropCustomObject object.

Inheritance

TObject
TcxDragAndDropObject
TdxTileControlDragDropCustomObject
See Also