Skip to main content
A newer version of this page is available. .

constructor(value, errorText, isValid) Constructor

Initializes a new instance of the ASPxClientEditValidationEventArgs class with the specified settings.

Declaration

constructor(
    value: string,
    errorText: string,
    isValid: boolean
)

Parameters

Name Type Description
value string

An object that represents the validated value.

errorText string

A string representing the error description.

isValid boolean

true if the validated value is valid; otherwise, false.

See Also