This commit is contained in:
2013-01-21 13:47:29 +00:00
parent fe93c5427b
commit ee85f979c8
2 changed files with 18 additions and 2 deletions

View File

@@ -178,6 +178,18 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region AlignHLSTabWithSect
[Category("Miscellaneous")]
[Description("Align HLS Tab With Sect")]
private LazyLoad<bool> _AlignHLSTabWithSect;
public bool AlignHLSTabWithSect
{
get
{
return LazyLoad(ref _AlignHLSTabWithSect, "@AlignHLSTabWithSect");
}
}
#endregion
#region pagestyle
private PageStyle _pagestyle;
[Category("Miscellaneous")]