Class MaskValidationResult
Represents the validation result of the mask.
Inheritance
System.Object
MaskValidationResult
Namespace: Telerik.Windows.Controls.MaskedInput.Validation
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class MaskValidationResult : Object
Constructors
MaskValidationResult()
Declaration
public MaskValidationResult()
Properties
ErrorMessage
Gets the validation Error message.
Declaration
public string ErrorMessage { get; }
Property Value
System.String
|
IsValid
Gets or sets a value indicating whether the Mask is valid.
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|