Skip to main content

FilterMode Enum

Lists values that specify comparison operators used to filter combo box items.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public enum FilterMode

Members

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