Class AutoCompleteAutoAppendType

    Show / Hide Table of Contents

    Class AutoCompleteAutoAppendType

    Defines constants that specify the auto append type of a AutoComplete control.

    Inheritance
    System.Object
    AutoCompleteAutoAppendType
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class AutoCompleteAutoAppendType : Enum

    Fields

    Text

    Allow to select Text style for append text 

    Declaration
    public const AutoCompleteAutoAppendType Text
    Field Value
    Type Description
    AutoCompleteAutoAppendType

    TextWithSelection

    Allow to select TextWithSelection style for append text

    Declaration
    public const AutoCompleteAutoAppendType TextWithSelection
    Field Value
    Type Description
    AutoCompleteAutoAppendType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved