'DeclarationPublic Enum AutoCompleteMode Inherits System.Enum
public enum AutoCompleteMode : System.Enum
'DeclarationPublic Enum AutoCompleteMode Inherits System.Enum
public enum AutoCompleteMode : System.Enum
| Member | Description |
|---|---|
| Append | Appends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters. |
| None | Disables the automatic completion feature for the C1MultiSelect controls. |
| Suggest | Displays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings. |
| SuggestAppend | Applies both Append and Suggest options. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Input.AutoCompleteMode