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

TcxGridFindPanelOptions.ShowNextButton Property

Specifies if the Find Panel shows the Next button in search mode.

Declaration

property ShowNextButton: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

A user can click the Next button, or press the Enter or F3 key to move focus to the next search result in search mode. The button is disabled if the last search result is focused or there are no search results (that is, when a grid View’s DataController.FindCriteria.GetNextMatchIndex function call returns -1).

Set the ShowNextButton property to False to hide the Next button. Note that users can still press the Enter or F3 key to navigate forward between search results.

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

Note

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

The ShowNextButton property’s default value is True.

See Also