Back to Devexpress

LookUpEditSettingsBase.IncrementalFiltering Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-lookupeditsettingsbase-cf180ad3.md

latest1.4 KB
Original Source

LookUpEditSettingsBase.IncrementalFiltering Property

Specifies whether to enable the incremental filtering feature. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Settings

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool? IncrementalFiltering { get; set; }
vb
Public Property IncrementalFiltering As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true, to enable the incremental filtering; otherwise, false.

|

Remarks

If the IncrementalFiltering property is set to true , the editor filters its dropdown list for matches to the input value.

See Also

LookUpEditSettingsBase Class

LookUpEditSettingsBase Members

DevExpress.Xpf.Editors.Settings Namespace