ComponentOne FlexGrid for WPF and Silverlight
FinishEditing(Boolean) Method

C1.WPF.FlexGrid Namespace > C1FlexGrid Class > FinishEditing Method : FinishEditing(Boolean) Method
Whether pending edits should be canceled or committed.
Commits or cancels any pending edits and exits edit mode.
Syntax
'Declaration
 
Public Overloads Function FinishEditing( _
   ByVal cancel As System.Boolean _
) As System.Boolean
public System.bool FinishEditing( 
   System.bool cancel
)

Parameters

cancel
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

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List