Back to Devexpress

FindMode Enum

wpf-devexpress-dot-xpf-dot-editors-db094ae8.md

latest1.4 KB
Original Source

FindMode Enum

Lists values that specify when data searching starts.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum FindMode
vb
Public Enum FindMode

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the LookUpEditBase.FindMode property.

See Also

DevExpress.Xpf.Editors Namespace