Click or drag to resize

AutoCompleteTextBox Fields

The AutoCompleteTextBox type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDelayProperty
The delay property.
Public fieldStatic memberDisplayMemberProperty
The property name to be displayed in the textbox.
Public fieldStatic memberIconVisibilityProperty
The icon visibility property. TODO: consider in ShellAutoCompleteTextBox
Public fieldStatic memberIsReadOnlyProperty
The is read only property.
Public fieldStatic memberItemTemplateProperty
The item template property. Holds the DataTemplate used for suggestions in the popup.
Public fieldStatic memberItemTemplateSelectorProperty
The item template selector property. Holds a DataTemplateSelector to select a matching ItemTemplate
Public fieldStatic memberLoadingContentProperty
The loading content property. Holds arbitrary content that is presented when the suggestion list is loaded.
Protected fieldStatic memberPartEditor
Name of the editor part in the control template.
Protected fieldStatic memberPartPopup
Name of the popup part in the control template.
Protected fieldStatic memberPartSelector
Name of the selector part in the control template.
Public fieldStatic memberProviderProperty
The provider property. Holds a ISuggestionProvider instance that provides auto complete suggestions.
Public fieldStatic memberSelectedItemProperty
The selected item property. Holds the item that was selected from the suggestion list.
Public fieldStatic memberTextProperty
The text property.
Top
See Also