Vcl.ComCtrls.TCustomHeaderControl.DragReorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragReorder: Boolean read FDragReorder write SetDragReorder default False;

C++

__property bool DragReorder = {read=FDragReorder, write=SetDragReorder, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

Make header reorderable.

If DragReorder is true (default is false), the user can rearrange headers by dragging them.

See Also