This commit is contained in:
@@ -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")]
|
||||
|
Reference in New Issue
Block a user