Defines how to filter the items of combobox.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public enum Condition
Visual Basic
Public Enumeration Condition
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
StartWith0 Select the item which start with the input text.
Contains1 List the items which contains the input text.

See Also