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.FocusContentOnApplyFilter Property

Specifies if the Find Panel moves focus to the container control‘s content when activating search or filter criteria.

#Declaration

Delphi
property FocusContentOnApplyFilter: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The Find box retains focus when the Find Panel applies a search string to the container control’s content, and users must manually move focus to the content to navigate the filter or search results. Set the FocusContentOnApplyFilter property to True to automatically move focus to the first visible data row every time a search string change is in effect.

Note

Users can press the Down Arrow key to move focus from the Find box to the first visible data row. Alternatively, users can click a visible data row to focus it.

The FocusContentOnApplyFilter property’s default value is False.

See Also