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

TcxTreeListOptionsBehavior.WaitForExpandNodeTime Property

Specifies the delay (in milliseconds) before a node automatically expands or collapses under the mouse pointer during a drag-and-drop operation.

#Declaration

Delphi
property WaitForExpandNodeTime: Integer read; write; default 500;

#Property Value

Type Default
Integer 500

#Remarks

A node automatically expands or collapses if the mouse pointer is positioned over it during a drag-and-drop operation after a delay if the DragExpand or DragCollapse property is set to True. Use the WaitForExpandNodeTime property to adjust the delay.

The default WaitForExpandNodeTime property value is 500.

See Also