Enum
InputBehavior

Specifies how input of characters is handled.

Definition

Namespace:Telerik.Windows.Controls.MaskedInput

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum InputBehavior

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

cs-api-definition
Insert = 1

Field Value

InputBehavior

Replace

Replaces the character after the caret.

Declaration

cs-api-definition
Replace = 0

Field Value

InputBehavior

In this article
DefinitionFieldsInsertReplace
Not finding the help you need?
Contact Support