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

ValueChangeInfo<T>.NewValue Property

Returns the new value of the changed value.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

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

Declaration

public T NewValue { get; }

Property Value

Type Description
T

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

See Also