Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeListView.AddNewNode() Method

Adds a new node to the TreeListView‘s underlying datasource.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public TreeListNode AddNewNode()

Returns

Type
TreeListNode

Remarks

Use the AddNewNode method to add a new node to the view’s underlying datasource. The View immediately reflects any changes made to the datasource and focuses the new node.

When a new node is added, the datasource may initialize some values (key fields, for instance). Record initialization can also be performed manually by handling the TreeListView.InitNewRow event.

Refer to the Add and Remove Rows topic for more information.

See Also