Skip to main content
A newer version of this page is available. .

FindMode Enum

Lists values that specify when data searching starts.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum FindMode

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

Remarks

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

See Also