//Get the active table view. var tableView = TableView.Active; if (tableView == null) return; // set the value tableView.ShowFieldAlias = true; // OR toggle it if (tableView.CanToggleFieldAlias) tableView.ToggleFieldAlias();
Target Platforms: Windows 11, Windows 10