[]
        
(Showing Draft Content)

C1.Win.Input.C1ComboBox.AutoCompleteMode

AutoCompleteMode Property

AutoCompleteMode

Gets or sets an option that controls how automatic completion works for the control.

Declaration
public override AutoCompleteMode AutoCompleteMode { get; set; }
Overrides
Implements
Remarks

This control can't enter Auto Suggest Mode if:

  • IME character composition is in progress.
  • The dropdown is open and the AutoCompleteSource is not ListItems.
  • The AutoCompleteSource is neither ListItems nor a non-null CustomSource with at least one item.