Back to Devexpress

ValueChangeInfo<T>.NewValue Property

wpf-devexpress-dot-xpf-dot-charts-dot-valuechangeinfo-1-0bb5ca5c.md

latest977 B
Original Source

ValueChangeInfo<T>.NewValue Property

Returns the new value of the changed value.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public T NewValue { get; }
vb
Public ReadOnly Property NewValue As T

Property Value

TypeDescription
T

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

|

See Also

ValueChangeInfo<T> Class

ValueChangeInfo<T> Members

DevExpress.Xpf.Charts Namespace