F2023-112 added format flag for full section number in step tab - for background format

This commit is contained in:
2024-01-03 17:43:38 -05:00
parent e670b3776b
commit bda5a54754
5 changed files with 10 additions and 1 deletions

View File

@@ -6611,6 +6611,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _NoTrim, "TabData/@NoTrim");
}
}
private LazyLoad<bool> _UseEntireSectionNum;
public bool UseEntireSectionNum
{
get
{
return LazyLoad(ref _UseEntireSectionNum, "TabData/@UseEntireSectionNum");
}
}
}
#endregion