Click or drag to resize

VersionControlEditorModelBranchNames Property

The names of all the available branches in the repository.

Namespace: Demo3D.Gui.VersionControl
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public IEnumerable<string> BranchNames { get; }

Property Value

IEnumerableString
See Also