Skip to main content

TcxRowOptions.Moving Property

Specifies whether the user can move rows within the grid control using drag and drop operation.

Declaration

property Moving: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the Moving property is set to True the user can move the given row by dragging its header’s caption area within the control. Otherwise it’s impossible to move rows within the grid control.

Note

when the Moving property is set to True the user can move rows within the grid control without using the Customization Form.

The default value of the Moving property is True.

See Also