Ends the edit occurring on the row.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public virtual void EndEdit() |
Visual Basic |
---|
Public Overridable Sub EndEdit |
Remarks
If the user set some of the updatable properties of the row while it was in edit mode, the changes to those properties are propagated to the corresponding base data properties at this point.
See the BeginEdit()()()() method for more information.