{
// launch the find UI
if (tableView.CanFind)
tableView.Find();
// or launch the find and replace UI
if (tableView.CanFindAndReplace)
tableView.FindAndReplace();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)