Skip to main content
All docs
V25.1
  • TreeList.FocusNewItemNode() Method

    Sets focus to the New Item Row.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.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