Skip to main content

ChangeEventArgs.OldValue Property

Gets an object which represents the old value of the property whose change triggered the event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

An object of the Object class.

See Also