Skip to main content

TcxCustomHeader.DragReorder Property

Determines the ability to initiate drag-and-drop operations on the header.

Declaration

property DragReorder: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The TcxHeader control allows the end-user to change the order of the header’s sections using drag-and-drop operations. If the DragReorder property value is True, then an end-user may change section order by clicking a section and dragging it to the required position.

The default value of the DragReorder property is False.

See Also