Skip to main content

TcxControlOptionsFindPanel.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, if a container control‘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 in this case.

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

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