Back to Devexpress

TdxTileControlDragDropCustomObject Class

vcl-dxcustomtilecontrol-aceefb13.md

latest1.1 KB
Original Source

TdxTileControlDragDropCustomObject Class

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

Declaration

delphi
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

TdxTileControlDragDropCustomObject Members

dxCustomTileControl Unit