A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
Declaration
public FindMode SearchPanelFindMode { get; set; }
Public Property SearchPanelFindMode As FindMode
Property Value
Type | Default | Description |
---|---|---|
FindMode | Always |
A FindMode enumeration value that specifies the find mode. |
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
Feedback