AutoCompleteTextBox Properties |
The AutoCompleteTextBox type exposes the following members.
Name | Description | |
---|---|---|
Delay | Gets or sets the change delay between typing and refreshing the AutoSuggest list. | |
DisplayMember | Gets or sets the display member, i.e. the property of the objects provided by Provider that should be displayed as text. | |
Editor | Gets or sets the component serving as editor. | |
IconVisibility | Gets or sets the icon visibility. | |
IsReadOnly | Gets or sets a value indicating whether this object is read only. | |
ItemsSelector | Gets or sets the items selector. | |
ItemTemplate | Gets or sets the item template. | |
ItemTemplateSelector | Gets or sets the item template selector. | |
LoadingContent | Gets or sets content that is displayed during loading of the autosuggestion list. | |
Popup | Gets or sets the popup. | |
Provider | Gets or sets the provider that serves to gather the auto suggestion list. | |
SelectedItem | Gets or sets the selected item. | |
Text | Gets or sets the text of the control. |