alexa

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX