F2023-112 added format flag for full section number in step tab - for background format
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user