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