Defines how to filter the items of combobox.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public enum Condition |
Visual Basic |
---|
Public Enumeration Condition |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
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. |