Skip to main content

FindMode Enum

Lists values that specify when data searching starts.

Namespace: DevExpress.Xpf.Editors

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

#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 or pressing ENTER.

#Passed To

You can pass FindMode values to the following properies:

#Remarks

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

See Also