Skip to main content

TcxTreeListOptionsData.Appending Property

Specifies if users can append a node by moving focus under the last visible node.

Declaration

property Appending: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the Appending property to True to allow users to press the Down Arrow key while the last visible node is focused to append a node as the last root node.

A value set to the Inserting property replaces the Appending property value.

Default Value

The Appending property’s default value is False.

See Also