Skip to main content
A newer version of this page is available. .

TdxTreeViewCustomOptionsBehavior.ChangeDelay Property

Specifies the time delay between a user action and the corresponding selection state change.

Declaration

property ChangeDelay: Integer read; write;

Property Value

Type Description
Integer

The delay in milliseconds.

Remarks

This property specifies the delay between a node select or deselect operation and the control’s OnSelectionChanged event occurrence. If the ChangeDelay property is set to 0, the OnSelectionChanged event occurs immediately after the control’s selection changes.

If selection state changes do not require an immediate response, you can assign a positive value to the ChangeDelay property to improve the application’s performance.

See Also