Back to Devexpress

DataFormComboBoxItem.IsFilterEnabled Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformcomboboxitem-c7984bdc.md

latest915 B
Original Source

DataFormComboBoxItem.IsFilterEnabled Property

Gets or sets whether the user input and item filtering is enabled. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsFilterEnabled { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to enable filtering; otherwise, false.

|

See Also

DataFormComboBoxItem Class

DataFormComboBoxItem Members

DevExpress.Maui.DataForm Namespace