Click or drag to resize
KaxComboBoxAutoCompleteSeparator Property
Gets or sets a list of separators: autocomplete logic is reset afer a separator is entered and users can autocomplete multiple items.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string AutoCompleteSeparator { get; set; }

Property Value

Type: String
Remarks
You can use several separators at once.
Examples
[New Example]
KaxComboBox1.AutoCompleteSeparator = ";,";
[New Example]
KaxComboBox1.AutoCompleteSeparator = ";,"
See Also