wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-72cff27b.md
Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public FindMode SearchPanelFindMode { get; set; }
Public Property SearchPanelFindMode As FindMode
| Type | Default | Description |
|---|---|---|
| FindMode | Always |
A FindMode enumeration value that specifies the find mode.
|
Available values:
| 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.
|
Tip
Topic : Search
Use the SearchPanelFindMode property, to specify how data searching should be initiated (automatically or manually):
See Also