LookUpEditBase.IncrementalFiltering Property
In This Article
Gets or sets whether incremental filtering is allowed. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to allow incremental filtering; otherwise, false. |
#Remarks
If the IncrementalFiltering property is set to true, end-users can filter list items dynamically, based upon the text typed into the edit box (find-as-you-type filtering).
See Also