Gets a dictionary containing the original field name/value pairs in the row to update.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public IOrderedDictionary OldValues { get; }
Visual Basic
Public ReadOnly Property OldValues As IOrderedDictionary
	Get

See Also