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

    Sets focus to the New Item Row.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v26.1.dll

    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