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

ValueChangeInfo<T>.IsChanged Property

Returns whether the value has been changed.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool IsChanged { get; }

Property Value

Type Description
Boolean

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

See Also