DataControlBase.SearchPanelFindMode Property
Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
FindMode | A FindMode enumeration value that specifies the find mode. |
Available values:
Name | Description |
---|---|
Always | A control starts searching data automatically, after a small delay. |
FindOnEnter | A control starts searching data on pressing ENTER. |
Remarks
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 DataControlBase.SearchDelay property. In manual mode, an end-user should press ENTER.
To learn more, see Search Panel.