Skip to main content

TcxTreeListOptionsData.Appending Property

Specifies if end-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 this property to True to allow end-users to press the Down Arrow key while the last visible node is focused to append a node as the last root level node.

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

The default value of the Appending property is False.

See Also