New to Telerik UI for WPFStart a free 30-day trial

Represents the validation result of the mask.

Definition

Namespace:Telerik.Windows.Controls.MaskedInput.Validation

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class MaskValidationResult

Inheritance: objectMaskValidationResult

Constructors

C#
public MaskValidationResult()

Properties

Gets the validation Error message.

C#
public string ErrorMessage { get; }

Gets or sets a value indicating whether the Mask is valid.

C#
public bool IsValid { get; set; }