public void CommitEdit() { if (_editingItem != null) { _editingItem.EndEdit(); _editingItem = null; } }