Skip to main content
All docs
V23.2

TreeList.FocusNewItemNode() Method

Sets focus to the New Item Row.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public void FocusNewItemNode()

Remarks

Use the TreeList’s OptionsView.NewItemRowPosition property to display the New Item Row. The FocusNewItemNode method moves focus to the New Item Row. The TreeList raises the FocusedNodeChanged event after the New Item Row has focus.

See Also