diff --git a/src/Umbraco.Core/Models/PropertyType.cs b/src/Umbraco.Core/Models/PropertyType.cs
index fd23756acb..bcafd549f0 100644
--- a/src/Umbraco.Core/Models/PropertyType.cs
+++ b/src/Umbraco.Core/Models/PropertyType.cs
@@ -178,7 +178,7 @@ namespace Umbraco.Core.Models
///
/// For generic properties, the value is null.
[DataMember]
- internal Lazy PropertyGroupId
+ public Lazy PropertyGroupId
{
get => _propertyGroupId;
set => SetPropertyValueAndDetectChanges(value, ref _propertyGroupId, nameof(PropertyGroupId));