Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs =================================================================== diff -u -r413bb72227ef5a4db07fe46622c3a1ae8c44f172 -rfeb863dccfb07cb86ef8c26e3610129ac299553b --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs (.../MacroStabilityInwardsInputContextProperties.cs) (revision 413bb72227ef5a4db07fe46622c3a1ae8c44f172) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs (.../MacroStabilityInwardsInputContextProperties.cs) (revision feb863dccfb07cb86ef8c26e3610129ac299553b) @@ -61,6 +61,7 @@ private const int slipPlaneMinimumDepthPropertyIndex = 9; private const int slipPlaneMinimumLengthPropertyIndex = 10; private const int maximumSliceWidthPropertyIndex = 11; + private const int gridSettingsPropertyIndex = 12; private const int hydraulicCategoryIndex = 1; private const int schematizationCategoryIndex = 2; @@ -363,6 +364,19 @@ } } + [PropertyOrder(gridSettingsPropertyIndex)] + [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Settings), settingsCategoryIndex, totalCategoryCount)] + [ResourcesDisplayName(typeof(Resources), nameof(Resources.GridSettings_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.GridSettings_Description))] + [TypeConverter(typeof(ExpandableObjectConverter))] + public MacroStabilityInwardsGridSettingsProperties GridSettings + { + get + { + return new MacroStabilityInwardsGridSettingsProperties(data.WrappedData, propertyChangeHandler); + } + } + #endregion } } \ No newline at end of file