Enum InputBehavior
Specifies how input of characters is handled.
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum InputBehavior
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.
Replace
Replaces the character after the caret.