TcxControlOptionsFindPanel.FocusContentOnApplyFilter Property
Specifies if the Find Panel moves focus to the container control‘s content when activating search or filter criteria.
Declaration
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