DataFormComboBoxEditorAttribute.FilterMode Property
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
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