Added AllowTransitionFromSection in TransData xml node
Use ‘AllowTransitionFromSection’ TransData format flag to determine whether Transition Panel is displayed when positioned on a section title.
This commit is contained in:
@@ -5536,6 +5536,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _DoSectionTransitions, "@DoSectionTransitions");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _AllowTransitionFromSection;
|
||||
public bool AllowTransitionFromSection
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AllowTransitionFromSection, "@AllowTransitionFromSection");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _HardSpTranProcNumb;
|
||||
public bool HardSpTranProcNumb
|
||||
{
|
||||
|
Reference in New Issue
Block a user