Back to Devexpress

ValueChangeInfo<T>.IsChanged Property

wpf-devexpress-dot-xpf-dot-charts-dot-valuechangeinfo-1-6cda0235.md

latest1.0 KB
Original Source

ValueChangeInfo<T>.IsChanged Property

Returns whether the value has been changed.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool IsChanged { get; }
vb
Public ReadOnly Property IsChanged As Boolean

Property Value

TypeDescription
Boolean

true, if value has been changed; otherwise, false.

|

See Also

ValueChangeInfo<T> Class

ValueChangeInfo<T> Members

DevExpress.Xpf.Charts Namespace