Skip to main content

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

public bool IsFilterEnabled { get; set; }

Property Value

Type Default Description
Boolean false

true to enable filtering; otherwise, false.

See Also