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

TdxTreeViewCustomOptionsBehavior.ChangeDelay Property

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

#Declaration

Delphi
property ChangeDelay: Integer read; write;

#Property Value

Type Description
Integer

The delay between a user action and the corresponding selection state change, in milliseconds.

#Remarks

The ChangeDelay property specifies a 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 a selection change.

Tip

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

See Also