Enum GridViewEditOperationType
Specifies values that represents the operation which is performed when GridViewCell or GridViewRow exits EditMode.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum GridViewEditOperationType
Edit
Denotes that existing item has been edited.
Insert
Denotes that new item is inserted to the collection.
None
Denotes that no data operation has been performed.