RegexValidationRule
Wisej.Web.RegexValidationRule
Last updated
Was this helpful?
Wisej.Web.RegexValidationRule
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Validates the control using a custom expression.
Initializes a new instance of .
: Returns or sets the filter property (i.e. ) property on editable controls that support filtering of the keys as they are typed. (Default: null
)
Invoked when the control associated with the validation rule is created and ready to be rendered on the client.
control
Control being created.
Validates the control using the validation rule.
control
: Returns or sets the name of the validation rule. (Default: "Regex"
)
: Returns or sets the used to validate the control. (Default: null
)
Returns: . true if the validation is successful; otherwise false.