Skip to main content
All docs
V25.1
  • ImageEditToEditModeBehavior.HasChanges Property

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

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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