Added maxlen for the responsibility column text length
WCNTRN: Added maxlen for the responsibility column text length
This commit is contained in:
parent
577f35faa3
commit
e877c61b7f
Binary file not shown.
@ -531,6 +531,19 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
#region MaxLen
|
||||||
|
private LazyLoad<int?> _MaxLen;
|
||||||
|
[Category("Section Continue Msg")]
|
||||||
|
[DisplayName("MaxLen for text within the column")]
|
||||||
|
[Description("MaxLen for text within the column")]
|
||||||
|
public int? MaxLen
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _MaxLen, "@MaxLen");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
#region Message
|
#region Message
|
||||||
private LazyLoad<string> _Message;
|
private LazyLoad<string> _Message;
|
||||||
[Category("Continue Msg")]
|
[Category("Continue Msg")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user