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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string AutoCompleteSeparator { get; set; }
Public Property AutoCompleteSeparator As String
Get
Set
public:
property String^ AutoCompleteSeparator {
String^ get ();
void set (String^ value);
}
member AutoCompleteSeparator : string with get, set
Property Value
Type:
String
RemarksYou can use several separators at once.
ExamplesKaxComboBox1.AutoCompleteSeparator = ";,";
KaxComboBox1.AutoCompleteSeparator = ";,"
See Also