menu

WPF

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

    Show / Hide Table of Contents

    Enum AutoCompleteMode

    Specifies the mode of the auto complete.

    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public enum AutoCompleteMode

    Fields

    Name Description
    Append

    Perform append only with auto complete.

    None

    Suggestion and append are not performed with auto complete.

    Suggest

    Perform suggestion only with auto complete.

    SuggestAppend

    Perform suggestions and append with auto complete.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved