public bool CanGoTo {get;}
Public ReadOnly Property CanGoTo As Boolean
var tv = TableView.Active; if (tv == null) return; // launch the GoTo UI if (tv.CanGoTo) tv.GoTo();
Target Platforms: Windows 11, Windows 10
TableView Class TableView Members