Class TextChangeReason
Defines the possible text change reasons.
Inheritance
System.Object
TextChangeReason
Namespace: Telerik.Windows.Controls.AutoSuggestBox
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class TextChangeReason : Enum
Fields
Programmatic
User has set or has bound the Text property and it has been changed.
Declaration
public const TextChangeReason Programmatic
Field Value
TextChangeReason
|
SuggestionChosen
User has chosen suggestion from the drop down list.
Declaration
public const TextChangeReason SuggestionChosen
Field Value
TextChangeReason
|
UserInput
User has typed into the textbox.
Declaration
public const TextChangeReason UserInput
Field Value
TextChangeReason
|
value__
Declaration
public int value__
Field Value
System.Int32
|