Added "EditorialChange" property to the TabControl object.
This commit is contained in:
parent
c5bed5fe5a
commit
fc0b4424ae
@ -109,6 +109,16 @@ namespace Volian.Controls.Library
|
||||
get { return _ChgId; }
|
||||
set { _ChgId = value; }
|
||||
}
|
||||
public bool EditorialChange
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_ChgId == null) return true;
|
||||
if (_ChgId == "") return true;
|
||||
if (_ChgId.ToUpper() == "EC") return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Events
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user