Back to Devexpress

DataFormComboBoxEditorAttribute.FilterMode Property

mobilecontrols-devexpress-dot-xamarinforms-dot-dataform-dot-dataformcomboboxeditorattribute.md

latest1.1 KB
Original Source

DataFormComboBoxEditorAttribute.FilterMode Property

Namespace : DevExpress.XamarinForms.DataForm

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public FilterMode FilterMode { get; set; }

Property Value

Type
FilterMode

Available values:

NameDescription
StartsWith

Data items should start with the entered text.

| | EndsWith |

Data items should end with the entered text.

| | Contains |

Data items should contain the entered text.

|

See Also

DataFormComboBoxEditorAttribute Class

DataFormComboBoxEditorAttribute Members

DevExpress.XamarinForms.DataForm Namespace