TdxCustomTileControl.DragAndDropObject Property
Specifies drag-and-drop settings.
Declaration
property DragAndDropObject;
Property Value
Type | Description |
---|---|
TcxDragAndDropObject | Contains settings for drag-and-drop operations. |
Remarks
Cast the DragAndDropObject property value to the TdxTileControlDragDropCustomObject class to access control-specific drag-and-drop settings.
See Also