Back to Devexpress

DataFormComboBoxEditorAttribute.FilterCondition Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformcomboboxeditorattribute-291e4e41.md

latest1.3 KB
Original Source

DataFormComboBoxEditorAttribute.FilterCondition Property

Gets or sets the comparison operator used to search for the drop-down list items by the entered fragment.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public DataFilterCondition FilterCondition { get; set; }

Property Value

TypeDescription
DataFilterCondition

The filtering condition.

|

Available values:

NameDescription
Default

The filter condition depends on the type of the column.

| | StartsWith |

Values in a column should start with the value in the Auto Filter Row.

| | Contains |

Values in a column should contain the value in the Auto Filter Row.

| | Equals |

Values in a column should equal the value in the Auto Filter Row.

|

See Also

DataFormComboBoxEditorAttribute Class

DataFormComboBoxEditorAttribute Members

DevExpress.Maui.DataForm Namespace