Contents
- Index
- Previous
- Next
OnRowStartDrag event
Applies to
TProfGrid component
Declaration
property OnRowStartDrag: TProfGridColRowStartDragEvent;
Description
Notifies about start of dragging a row by user manipulation.
Tip: The event can be also used to control whether a specific row can be dragged, as it gives a chance to ignore the Movable property of the row.