Commits or cancels any pending edits and exits edit mode.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool FinishEditing(
	bool cancel
)
Visual Basic
Public Function FinishEditing ( _
	cancel As Boolean _
) As Boolean

Parameters

cancel
Type: System..::..Boolean
Whether pending edits should be canceled or committed.

Return Value

True if there were pending edits and they were successfully canceled or committed.

See Also