DataFormComboBoxItem.FilterMode Property
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
public FilterMode FilterMode { get; set; }
#Property Value
Type |
---|
Filter |
Available values:
Name | Description |
---|---|
Starts |
Data items should start with the entered text. |
Ends |
Data items should end with the entered text. |
Contains | Data items should contain the entered text. |