TreeList.FocusNewItemNode() Method
Sets focus to the New Item Row.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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