ComponentOne Input Library for WPF
C1.WPF.Input Namespace / SuggestMode Enumeration

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

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Input.SuggestMode

    See Also