TdxTileControlOptionsBehavior.GroupMoving Property
Controls if end-users can re-arrange entire tile groups within a tile control using drag and drop.
Declaration
property GroupMoving: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to allow end-users to drag tile groups by starting the drag operation by clicking/tapping within a group area that is free from items. Otherwise, group dragging is prohibited.
The default value of the GroupMoving property is False.
See Also