Skip to main content

TdxTileControlOptionsBehavior.ItemMoving Property

Controls if end-users can re-arrange tile items within a tile control using drag and drop.

Declaration

property ItemMoving: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True to allow end-users to move tile items within and between tile groups using drag and drop. Otherwise, item dragging is prohibited.

If one or more tile items are checked in the tile control, a drag-and-drop operation is applied to all of them. In this instance, only one tile item is shown during the operation, while the total number of tile items affected is indicated in the item’s top-right corner.

Handle a tile control’s OnItemDragBegin, OnItemDragOver, and OnItemDragEnd events for in-depth control over drag-and-drop operations with individual tile items.

The default values of the ItemMoving property for the tile and tile bar controls are True and False, respectively.

See Also