Defines how to filter the items of combobox.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public enum Condition |
Visual Basic |
---|
Public Enumeration Condition |
Members
Member name | Value | Description | |
---|---|---|---|
StartWith | 0 | Select the item which start with the input text. | |
Contains | 1 | List the items which contains the input text. |