Click or drag to resize

VersionControlEditorModelIsDetachedHead Property

Whether the repository currently has a detached HEAD (i.e. we're viewing a previous commit).

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

Property Value

Boolean
See Also