Back to Devexpress

TcxControlOptionsFindPanel.FocusContentOnApplyFilter Property

vcl-cxinplacecontainer-dot-tcxcontroloptionsfindpanel-466319b2.md

latest1.6 KB
Original Source

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

TypeDefault
BooleanFalse

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

TcxControlOptionsFindPanel.UseDelayedFind

TcxControlOptionsFindPanel Class

TcxControlOptionsFindPanel Members

cxInplaceContainer Unit