wpf-devexpress-dot-xpf-dot-editors-db094ae8.md
Lists values that specify when data searching starts.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum FindMode
Public Enum FindMode
| Name | Description |
|---|---|
Always |
A control starts searching data automatically, after a small delay.
|
| FindClick |
A control starts searching data on clicking the Find button, pressing ENTER or moving focus from the search panel.
|
The following properties accept/return FindMode values:
The values listed by this enumeration are used to set the LookUpEditBase.FindMode property.
See Also