Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFindPanel.ShowNextButton Property

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

#Declaration

Delphi
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