[]
        
(Showing Draft Content)

C1.WPF.Input.SuggestMode

SuggestMode Enum

Defines how to filter the items of MultiSelect.

Namespace: C1.WPF.Input
Assembly: C1.WPF.Input.4.6.2.dll
Syntax
public enum SuggestMode

Fields

Name Description
Contains

List the items which contains the input text.

None

Don't filter the items.

StartWith

Select the item which start with the input text.