Class InputBehavior
Specifies how input of characters is handled.
Inheritance
System.Object
InputBehavior
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class InputBehavior : Enum
Fields
Insert
Inserts a character before the caret in Numeric and Currency Input, until there is an empty placeholder. Inserts a character after the caret in TextInput and DateTimeInput.
Declaration
public const InputBehavior Insert
Field Value
InputBehavior
|
Replace
Replaces the character after the caret.
Declaration
public const InputBehavior Replace
Field Value
InputBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|