Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlOptionsBehavior.ItemMoving Property

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

#Declaration

Delphi
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