Back to Devexpress

DiagramControl.HasChanges Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-c0879deb.md

latest1.2 KB
Original Source

DiagramControl.HasChanges Property

Gets whether the current document has been changed using DiagramControl’s UI. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
[Browsable(false)]
public bool HasChanges { get; protected set; }
vb
<Browsable(False)>
Public Property HasChanges As Boolean

Property Value

TypeDescription
Boolean

true, if the document has unsaved changes; otherwise, false.

|

See Also

Title

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace