public final ReadOnlyObjectProperty<TreeItem<T>> editingItemProperty ()

A property used to represent the TreeItem currently being edited in the TreeView, if editing is taking place, or null if no item is being edited.

It is not possible to set the editing item, instead it is required that you call edit(javafx.scene.control.TreeItem).

Returns:  the editing item property