Class ComboBoxAutoAppendType
Defines constants that specify the auto append type of a ComboBox control.
Inheritance
System.Object
    ComboBoxAutoAppendType
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ComboBoxAutoAppendType : EnumFields
Text
Allow to select Text style for append textÂ
Declaration
public const ComboBoxAutoAppendType TextField Value
| Type | 
|---|
| ComboBoxAutoAppendType | 
TextWithSelection
Allow to select TextWithSelection style for append text
Declaration
public const ComboBoxAutoAppendType TextWithSelectionField Value
| Type | 
|---|
| ComboBoxAutoAppendType |