menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAutocompleteItem - WPF API Reference | Syncfusion

    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
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved