OldValue is the initial value of the field

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Object OldValue { get; set; }
Visual Basic
Public Property OldValue As Object
	Get
	Set

Field Value

The initial Value of the property

See Also