Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / Condition Enumeration

In This Topic
    Condition Enumeration
    In This Topic
    Defines how to filter the items of ComboBox.
    Syntax
    'Declaration
     
    
    Public Enum Condition 
       Inherits System.Enum
    public enum Condition : System.Enum 
    Members
    MemberDescription
    ContainsList the items which contains the input text.
    StartWithSelect the item which start with the input text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Condition

    See Also