Skip to main content
All docs
V23.2

ImageEditToEditModeBehavior.HasChanges Property

Gets whether the image was modified. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool HasChanges { get; }

Property Value

Type Description
Boolean

true if the image was modified; otherwise, false.

See Also