Click or drag to resize

AutoCompleteTextBox Properties

The AutoCompleteTextBox type exposes the following members.

Properties
  NameDescription
Public propertyDelay
Gets or sets the change delay between typing and refreshing the AutoSuggest list.
Public propertyDisplayMember
Gets or sets the display member, i.e. the property of the objects provided by Provider that should be displayed as text.
Protected propertyEditor
Gets or sets the component serving as editor.
Public propertyIconVisibility
Gets or sets the icon visibility.
Public propertyIsReadOnly
Gets or sets a value indicating whether this object is read only.
Protected propertyItemsSelector
Gets or sets the items selector.
Public propertyItemTemplate
Gets or sets the item template.
Public propertyItemTemplateSelector
Gets or sets the item template selector.
Public propertyLoadingContent
Gets or sets content that is displayed during loading of the autosuggestion list.
Protected propertyPopup
Gets or sets the popup.
Public propertyProvider
Gets or sets the provider that serves to gather the auto suggestion list.
Public propertySelectedItem
Gets or sets the selected item.
Public propertyText
Gets or sets the text of the control.
Top
See Also