The RadAutoCompleteBox type exposes the following members.
Constructors
Methods
Fields
Properties
|
| Name | Description |
|---|
 | AutoCompleteMode |
Gets or sets the mode which is used to filter
the suggsetion candidates based on the user input.
|
 | AutoCompletePopupCloseMode |
Gets or sets the close mode for the popup that
displays the available suggestions.
|
 | AutoCompletePopupDisplayMode |
Gets or sets the display mode for the popup that holds the suggested items.
|
 | EmptyFilterBehavior | |
 | FilterDelay |
Gets or sets an instance of the TimeSpan struct
that represents the time interval between the last end-user input action and
a filter pass operation. The default value of this property is 100 milliseconds.
|
 | FilteredSuggestions |
Gets an IEnumerable implementation that
contains all currently available suggestions based on the provided input.
|
 | FilterKeyPath |
Gets or sets a string representing a property path
on a single object within the SuggestionsSource
that is used to filter the suggestions.
|
 | FilterKeyProvider |
Gets or sets a function that acquires the property
value of the suggestion based on which the
suggestion is filtered.
|
 | FilterStartThreshold |
Gets or sets the amount of symbols which need to be typed in RadAutoCompleteBox
before the filtering procedure starts.
|
 | IsProperlyTemplated |
Gets a boolean value determining whether the control is properly templated, i.e.
has its all template parts initialized.
|
 | MaxPopupHeight |
Gets or sets the maximal height for the popup
that shows the available suggestions.
|
 | PopupStyle |
Gets or sets the style of the popup used to display the suggestion results.
|
 | StringComparisonMode |
Gets or sets a value from the StringComparison
enumeration that defines the way the candidate suggestion key is compared
to the current user input.
|
 | SuggestionItemTemplate |
Gets or sets an instance of the DataTemplate class
that defines the visual structure of a suggestion item.
|
 | SuggestionsSource |
Gets or sets an implementation of the IEnumerable interface that
contains the items available for suggestions in this instance of the RadAutoCompleteBox class.
|
Attached Properties
Events
See Also