Skip to main content

TcxTreeListOptionsBehavior.ChangeDelay Property

Specifies the delay (in milliseconds) before the TreeList control’s OnChange event is raised.

Declaration

property ChangeDelay: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

If this property is set to 0, the OnChange event fires immediately after the TreeList control has been updated.

The default value of the ChangeDelay property is 0.

See Also