InterfaceIDisplayTextFormatter
Interface
Interface used by RadAutoComplete for providing custom formatting for the selected item that will either be visualized as plain text or as token.
Definition
Namespace:Telerik.Maui.Controls.AutoComplete
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public interface IDisplayTextFormatter
Methods
FormatItem(object)
Called by RadAutoComplete when suggestion is selected. Using it the format of the text visualized in the entry could be formatted when AutoCompleteDisplayMode is Plain. If the AutoCompleteDisplayMode is Token you can format the text visualized in the Token itself.