Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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