Visual Structure

This topic explains the visual structure of RadAutoCompleteBox control.

Auto Complete Box-Visual Structure

Legend

  • ContentControl: This control holds the ContentElement.
  • SuggestionItemControl: This is the drop-down list with suggested items, based on ScrollViewer.
  • Header: This is the heading of the RadAutoCompleteBox control.
  • ContentElement: This holds the content of the user input, based on TextBox.
  • DeleteButton: Clears the content of the ContentElement.
  • SuggestionItem: Suggested item.
  • Watermark: The text displayed in the ContentElement when it is empty.
In this article