Class ValidationHelper
A class representing validation helper extensions for the RadMaskedTextInput control.
Inheritance
System.Object
ValidationHelper
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class ValidationHelper : Object
Fields
Gets Regex string matching an Email input.
Declaration
public static readonly string Email
Field Value
System.String
|
IP
Gets Regex string matching an IP input.
Declaration
public static readonly string IP
Field Value
System.String
|