Skip to main content

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 Description
Boolean True

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

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

VCL Data Grid: The Next Button is Disabled

Note

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

Default Value

The ShowNextButton property’s default value is True.

See Also