Back to Devexpress

TdxTileControlOptionsBehavior.GroupMoving Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsbehavior.md

latest1.1 KB
Original Source

TdxTileControlOptionsBehavior.GroupMoving Property

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

Declaration

delphi
property GroupMoving: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TdxTileControlOptionsBehavior.ItemMoving

TdxTileControlOptionsBehavior Class

TdxTileControlOptionsBehavior Members

dxCustomTileControl Unit