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: 18.04.00
Syntax
C#
public bool IsDetachedHead { get; }

Property Value

Type: Boolean
See Also