Interface IAutocompleteItem
An interface that is implemented by classes which are responsible for generating items for auto-complete.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public interface IAutocompleteItem
Properties
Text
Gets item text. This property contains item's text.
Declaration
string Text { get; }
Property Value
Type |
---|
System.String |