AutoCompleteTextBox Fields |
The AutoCompleteTextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| DelayProperty | The delay property. | |
| DisplayMemberProperty | The property name to be displayed in the textbox. | |
| IconVisibilityProperty | The icon visibility property. TODO: consider in ShellAutoCompleteTextBox | |
| IsReadOnlyProperty | The is read only property. | |
| ItemTemplateProperty | The item template property. Holds the DataTemplate used for suggestions in the popup. | |
| ItemTemplateSelectorProperty | The item template selector property. Holds a DataTemplateSelector to select a matching ItemTemplate | |
| LoadingContentProperty | The loading content property. Holds arbitrary content that is presented when the suggestion list is loaded. | |
| PartEditor | Name of the editor part in the control template. | |
| PartPopup | Name of the popup part in the control template. | |
| PartSelector | Name of the selector part in the control template. | |
| ProviderProperty | The provider property. Holds a ISuggestionProvider instance that provides auto complete suggestions. | |
| SelectedItemProperty | The selected item property. Holds the item that was selected from the suggestion list. | |
| TextProperty | The text property. |