Skip to main content

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
FilterMode

Available values:

Name Description
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