Skip to main content
A newer version of this page is available. .

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
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.

Use the scxGridFindPanelPreviousButtonCaption resource string to localize the button’s caption.

Note

The ShowPreviousButton property value is ignored when the Find Panel is in filter mode.

The ShowPreviousButton property’s default value is True.

See Also