Back to Devexpress

DiagramControl.HasChanges Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-a23c1f03.md

latest1.5 KB
Original Source

DiagramControl.HasChanges Property

Gets whether the current document has been changed using DiagramControl’s UI.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

SaveDocument

LoadDocument

HasChangesChanged

Title

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace