{
// set the value
tableView.ShowSubtypeDomainDescriptions = true;
// OR toggle it
if (tableView.CanToggleSubtypeDomainDescriptions)
tableView.ToggleSubtypeDomainDescriptionsAsync();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)