[]
Defines how to filter the items of ComboBox.
public enum Condition
Public Enum Condition
| Name | Description |
|---|---|
| Contains | List the items which contains the input text. |
| StartWith | Select the item which start with the input text. |