TreeList.FocusNewItemNode() Method
In This Article
Sets focus to the New Item Row.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.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