Tabs using ‘.’ Versus ‘)’ in reference sections.
Format flag for Foldout Note spacing
This commit is contained in:
@@ -249,6 +249,16 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SpecialStepsFoldout, "@SpecialStepsFoldout");
|
||||
}
|
||||
}
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Section Extra Line Header")]
|
||||
private LazyLoad<bool> _ExtraLineHeader;
|
||||
public bool ExtraLineHeader
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ExtraLineHeader, "@ExtraLineHeader");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region UndSpecialStepsFoldout
|
||||
[Category("Miscellaneous")]
|
||||
|
Reference in New Issue
Block a user