Sets the source of the Image for the 'close' button in the text area of the RadAutoCompleteTextView.
Defines the criteria on which suggestions are being filtered.
Defines how selected items are shown. Default value is Plain.
Sets a hint for the RadAutoCompleteTextView. That is the text that is displayed when no text is typed.
Gets or sets the item view loaded used by the @link RadListView} when creating its item views.
Items used to provide suggestions.
Defines the layout of the tokens.
Sets or gets a function that is used by the RadAutoCompleteTextView to retrive its items.
Sets the minimal count of typed characters for the RadAutoCompleteTextView to start filtering.
Sets or gets if the RadAutoCompleteTextView will be enabled or disabled.
Sets if the 'close' button in the text area of the RadAutoCompleteTextView is shown.
Defines how suggestion are presented.
The suggestion view holding suggestion items in Suggest mode.
The event fired when an item is chosen from the suggestions list.
The event fired when the suggestion view is being populated.
Identifies the itemTemplate dependency property.
The event fired when suggestion view has become visible.
The event fired when token is added.
The event fired when token is deselected.
The event fired when token is removed.
The event fired when token is selected.
Adds token.
Inserts token at specified index.
Removes all tokens.
Removes specified token.
Removes token at specified index.
Resets the RadAutoCompleteTextView component.
Returns token at specified index.
Returns all tokens.
Generated using TypeDoc
RadAutoCompleteTextView provides means to perform easy filtering of data and completion suggestion's according to typed text by the user. Provides tokens, layouts, completion modes.