Class InvalidMaskBehaviorTypeConverter
Represents the type converter to convert string to InvalidMaskBehavior.
Inheritance
System.Object
InvalidMaskBehaviorTypeConverter
Namespace: Telerik.Windows.Controls.MaskedInput.Validation
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class InvalidMaskBehaviorTypeConverter : TypeConverter
Constructors
InvalidMaskBehaviorTypeConverter()
Declaration
public InvalidMaskBehaviorTypeConverter()
Methods
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Globalization.CultureInfo
culture
|
System.Object
value
|
Returns
System.Object
|