FindMode Enum
Lists values that specify when data searching starts.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return FindMode values:
Remarks
The values listed by this enumeration are used to set the LookUpEditBase.FindMode property.
See Also