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 : EnumFields
Text
Allow to select Text style for append textÂ
Declaration
public const AutoCompleteAutoAppendType TextField Value
| Type | 
|---|
| AutoCompleteAutoAppendType | 
TextWithSelection
Allow to select TextWithSelection style for append text
Declaration
public const AutoCompleteAutoAppendType TextWithSelectionField Value
| Type | 
|---|
| AutoCompleteAutoAppendType |