Click or drag to resize

VersionControlEditorModelMostRecentBranchName Property

The name of the last actual branch to be selected. This is so that, having checked out a specific commit, the default option for which branch to return to is the one previously selected.

Namespace:  Demo3D.Gui.VersionControl
Assembly:  WpfControls (in WpfControls.dll) Version: 18.03.00
Syntax
C#
public string MostRecentBranchName { get; }

Property Value

Type: String
See Also