TdxTreeViewControlOptionsBehavior.ChangeDelay Property
Specifies a delay between user actions and the corresponding selection state changes.
Declaration
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