Added new property to DocStyle named ShowSectionTitles
This commit is contained in:
parent
4080ac83a5
commit
54bae90bfb
@ -118,6 +118,18 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
#region ShowSectionTitles
|
||||||
|
[Category("Miscellaneous")]
|
||||||
|
[Description("Should Section Titles be shown")]
|
||||||
|
private LazyLoad<bool> _ShowSectionTitles;
|
||||||
|
public bool ShowSectionTitles
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _ShowSectionTitles, "@ShowSectionTitles");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
#region IncludeInTOC
|
#region IncludeInTOC
|
||||||
[Category("Miscellaneous")]
|
[Category("Miscellaneous")]
|
||||||
[Description("Include in Auto Table Of Contents")]
|
[Description("Include in Auto Table Of Contents")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user