Click or drag to resize

VersionControlEditorModelHasBranches Property

Whether there are any branches present in this repository. (Before the first commit, there will be none.)

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

Property Value

Type: Boolean
See Also