FieldsRequiredMessage Property |
Error message on required field
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public string RequiredMessage { get; set; }
Public Property RequiredMessage As String
Get
Set
Property Value
Type:
StringRemarks The default value is "The field {0} is required", you can change it for your needs, recommended for other languages used
See Also