Skip to main content

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

True if the Previous button is visible; otherwise, False.

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

VCL Data Grid: The Previous Button is Disabled

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.

See Also