Back to Devexpress

DataViewBase.SearchPanelFindMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-72cff27b.md

latest2.4 KB
Original Source

DataViewBase.SearchPanelFindMode Property

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

Declaration

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

Property Value

TypeDefaultDescription
FindModeAlways

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

Tip

Topic : Search

Use the SearchPanelFindMode property, to specify how data searching should be initiated (automatically or manually):

  • In automatic search mode, a search starts after an end user has stopped typing text, after the delay specified by the DataViewBase.SearchDelay property.
  • In manual mode, an end user should click the Find button, press Enter, or move focus from the search panel. To show the Find button in the Search Panel, set the DataViewBase.ShowSearchPanelFindButton property to true.

See Also

SearchDelay

ShowSearchPanelFindButton

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace