Class ValidationHelper
A class representing validation helper extensions for the RadMaskedTextInput control.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class ValidationHelper
Fields
DisplayValidationErrorsProperty
Identifies the DisplayValidationErrors dependency property. When set to true, the validation error will be always displayed. By default is false - only if the Mask property is data bound the validation error will visually appear.
Declaration
public static readonly DependencyProperty DisplayValidationErrorsProperty
Field Value
System.Windows.DependencyProperty
|
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
|
Methods
GetDisplayValidationErrors(DependencyObject)
Gets the value of DisplayValidationErrors attached property.
Declaration
public static bool GetDisplayValidationErrors(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetDisplayValidationErrors(DependencyObject, Boolean)
Sets the value of DisplayValidationErrors attached property.
Declaration
public static void SetDisplayValidationErrors(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|