Back to Devexpress

SearchControl.FindMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-searchcontrol-ba82bead.md

latest1.5 KB
Original Source

SearchControl.FindMode Property

Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public FindMode FindMode { get; set; }
vb
Public Property FindMode As FindMode

Property Value

TypeDescription
FindMode

A FindMode enumeration value that specifies the find mode.

|

Available values:

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.

|

Remarks

Use the FindMode property, to specify how data searching should be initiated - automatically after a small delay or manually on clicking the Find button or pressing ENTER.

See Also

SearchControl Class

SearchControl Members

DevExpress.Xpf.Editors Namespace