Skip to main content
Version: 3.5

RegexValidationRule

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Validates the control using a custom Regex expression.

public class RegexValidationRule : ValidationRule

Constructors

Instance memberRegexValidationRule()

Initializes a new instance of RegexValidationRule.

Properties

Instance memberFilterExpression

String: Returns or sets the filter property (i.e. Filter) property on editable controls that support filtering of the keys as they are typed. (Default: null)

Instance memberName

String: Returns or sets the name of the validation rule. (Default: "Regex")

Instance memberValidateExpression

String: Returns or sets the Regex used to validate the control. (Default: null)

Methods

Instance memberOnControlCreated(control)

Invoked when the control associated with the validation rule is created and ready to be rendered on the client.

ParameterTypeDescription
controlControlControl being created.

Instance memberOnValidating(control)

Validates the control using the validation rule.

ParameterTypeDescription
controlControl

Returns: Boolean. true if the validation is successful; otherwise false.