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

TdxTreeViewControlOptionsBehavior.ChangeDelay Property

Specifies a delay between user actions and the corresponding selection state changes.

#Declaration

Delphi
property ChangeDelay; default 0;

#Property Value

Type Default Description
Integer 0

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 Tree View 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 increase the ChangeDelay property value to improve performance.

The ChangeDelay property’s default value is 0.

See Also