[]
        
(Showing Draft Content)

C1.WPF.C1TreeView.FinishEditing

FinishEditing Method

FinishEditing()

make the editing item quit editing status

Declaration
public void FinishEditing()

FinishEditing(bool, bool)

make the editing item quit editing status

Declaration
public void FinishEditing(bool cancel, bool focusElement)
Parameters
Type Name Description
bool cancel

determines the editing value will be cancelled or not

bool focusElement

determines the editing item will be focused or not after editing