alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AutoCompleteSuggestMode

    Defines the constants that speicifies the mode of System.Windows.Forms.AutoCompleteMode.Suggest and System.Windows.Forms.AutoCompleteMode.SuggestAppend for auto complete.

    Inheritance
    System.Object
    AutoCompleteSuggestMode
    Namespace: Syncfusion.WinForms.ListView.Enums
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public sealed class AutoCompleteSuggestMode : Enum

    Fields

    Contains

    String that containes the specified text.

    Declaration
    public const AutoCompleteSuggestMode Contains
    Field Value
    Type
    AutoCompleteSuggestMode

    StartsWith

    String that starts with the specified text.

    Declaration
    public const AutoCompleteSuggestMode StartsWith
    Field Value
    Type
    AutoCompleteSuggestMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved