Added new format variable SectionNumberAndTitleLength

This commit is contained in:
John Jenko 2017-02-08 20:18:16 +00:00
parent 54cb7cda1f
commit d88c2fa54b

View File

@ -1973,6 +1973,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _SectionTitleLength, "@SectionTitleLength");
}
}
private LazyLoad<int?> _SectionNumberAndTitleLength;
public int? SectionNumberAndTitleLength
{
get
{
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength");
}
}
private LazyLoad<string> _ForeColor;
public string ForeColor
{