Skip to main content
A newer version of this page is available. .

ValueChangeInfo<T>.OldValue Property

Returns the old value of the changed value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public T OldValue { get; }

Property Value

Type Description
T

An object of the type designated by the specified generic type parameter.

See Also