public bool CanFind {get;}
Public ReadOnly Property CanFind As Boolean
var tv = TableView.Active; if (tv == null) return; // launch the find UI if (tv.CanFind) tv.Find(); // or launch the find and replace UI if (tv.CanFindAndReplace) tv.FindAndReplace();
Target Platforms: Windows 11, Windows 10
TableView Class TableView Members