BrightIdeasSoftware.ObjectListView.PossibleFinishCellEditing C# (CSharp) Method

PossibleFinishCellEditing() public method

If a cell edit is in progress, finish the edit.
This method does not guarantee that the editing will finish. The validation process can cause the finishing to be aborted. Developers should check the return value or use IsCellEditing property after calling this method to see if the user is still editing a cell.
public PossibleFinishCellEditing ( ) : bool
return bool
        public virtual bool PossibleFinishCellEditing()
        {
            return this.PossibleFinishCellEditing(false);
        }

Same methods

ObjectListView::PossibleFinishCellEditing ( bool expectingCellEdit ) : bool
ObjectListView