TdxTileControlDragDropCustomObject Class
In This Article
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