Click or drag to resize

VersionControlEditorModelCanUndoLocalChanges Property

Whether undoing local changes is possible (i.e. there are local changes, and there are existing commits).

Namespace: Demo3D.Gui.VersionControl
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public bool CanUndoLocalChanges { get; }

Property Value

Boolean
See Also