Back to Devexpress

TcxGridFindPanelOptions.FocusViewOnApplyFilter Property

vcl-cxgridcustomtableview-dot-tcxgridfindpaneloptions-5799c7a8.md

latest1.0 KB
Original Source

TcxGridFindPanelOptions.FocusViewOnApplyFilter Property

Controls if the Find Panel moves focus from the Find box to the View after applying the search string.

Declaration

delphi
property FocusViewOnApplyFilter: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set this property to True to allow the Find Panel to focus the top record in search results. Otherwise, the panel’s Find box remains focused.

The default value of the FocusViewOnApplyFilter property is False.

See Also

TcxGridFindPanelOptions.UseDelayedFind

TcxGridFindPanelOptions Class

TcxGridFindPanelOptions Members

cxGridCustomTableView Unit