TcxCustomGrid.DragOpeningWaitTime Property
Specifies the delay in milliseconds between hovering over a target item and its opening/expanding during a drag-and-drop operation.
Declaration
property DragOpeningWaitTime: Integer read; write; default cxGridDefaultDragOpeningWaitTime;
Property Value
Type | Default |
---|---|
Integer | cxGridDefaultDragOpeningWaitTime |
Remarks
It is possible to automatically open/expand group rows, master rows and tabbed Views during drag-and-drop. The DragOpeningWaitTime property specifies the delay between hovering over a particular item before expanding it (in milliseconds).
The TcxCustomGrid.DragOpening property determines whether tabbed root Views are automatically opened when a user drags over their tabs.
The View’s OptionsBehavior.DragOpening property affects the opening of nested (non-root) detail Views and group/master rows during drag-and-drop.
The default value of the DragOpeningWaitTime property is cxGridDefaultDragOpeningWaitTime.
See Also