MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / AutoSuggestMode Property

In This Topic
    AutoSuggestMode Property
    In This Topic
    Gets or sets a value that indicates the condition of filtering.
    Syntax
    'Declaration
     
    
    Public Property AutoSuggestMode As SuggestMode
    public SuggestMode AutoSuggestMode {get; set;}
    See Also