TcxGridFindPanelOptions.ShowPreviousButton Property
Specifies if the Find Panel shows the Previous button in search mode.
Declaration
property ShowPreviousButton: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
A user can click the Previous button, or press the Shift+Enter or Shift+F3 key combination to move focus to the previous search result in search mode. The button is disabled if the first search result is focused or there are no search results (that is, when a grid View’s DataController.FindCriteria.GetPreviousMatchIndex function call returns -1
).
Set the ShowPreviousButton
property to False
to hide the Previous button. Note that users can still press the Shift+Enter or Shift+F3 key combination to navigate backwards between search results.
Note
The ShowPreviousButton
property value is ignored when the Find Panel is in filter mode.
Default Value
The ShowPreviousButton
property’s default value is True
.