diff --git a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs index b067a239..4e17f2e3 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs @@ -136,6 +136,20 @@ namespace VEPROMS.CSLA.Library } } #endregion + #region SecOvrideSupInfoTabOff + // This overrides the tab position of the Supplemental Information steps at the section level + // This will also override the overall supplemental Information tab adjustment set at the format level (SupInfoTabOff) + [Category("Miscellaneous")] + [Description("SecOvrideSupInfoTabOff")] + private LazyLoad _SecOvrideSupInfoTabOff; + public int? SecOvrideSupInfoTabOff + { + get + { + return LazyLoad(ref _SecOvrideSupInfoTabOff, "@SecOvrideSupInfoTabOff"); + } + } + #endregion #region IsStepSection [Category("Miscellaneous")] [Description("Is a Step Section")]