Interface
IAutocomplete

An interface that is implemented by classes which support autocompleting among their child elements.

Definition

Properties

ItemSearch

Gets the search provider which is used from the retrievers.

Declaration

cs-api-definition
IItemSearchControl ItemSearch { get; }

Property Value

IItemSearchControl

Text

Gets the text for the selected item.

Declaration

cs-api-definition
string Text { get; }

Property Value

string

TextRetriever

Gets the text Retriever that is used for item search.

Declaration

cs-api-definition
IValueRetriever TextRetriever { get; }

Property Value

IValueRetriever

ValueRetriever

Gets the value Retriever that is used for item search.

Declaration

cs-api-definition
IValueRetriever ValueRetriever { get; }

Property Value

IValueRetriever