Skip to main content

TcxControlOptionsFindPanel.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, if a container control‘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 keystroke to navigate backwards between search results in this case.

Use the scxTreeListFindPanelPreviousButtonCaption or scxSvgFindPanelPreviousButtonCaption resource string to localize the button’s caption in a tree list or vertical grid control.

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