vcl-cxcustomdata-c7cf696f.md
Enumerates data search modes.
TcxDataFindCriteriaBehavior = (
fcbDefault,
fcbFilter,
fcbSearch
);
| Name |
|---|
fcbDefault |
fcbFilter |
fcbSearch |
Options include:
|
Value
|
Description
|
Example (Uses the Extended Search Syntax)
| | --- | --- | --- | |
fcbDefault
|
The default value is equivalent to fcbFilter (that is, “search criteria as filter criteria” mode).
|
| |
fcbFilter
|
A container control filters out all records that do not meet the active search criteria and highlights all text matches.
|
| |
fcbSearch
|
A container control only highlights text matches that meet the active search criteria and a search operation does not reduce the number of visible rows.
Note: This data search mode:
Is not available in server mode.
Ignores rows that are hidden under collapsed group rows.
|
|
The following properties reference the TcxDataFindCriteriaBehavior type:
A data controller‘s FindCriteria.Behavior property.
A grid View’s FindPanel.Behavior property.
The FindPanel.Behavior property in a tree list and vertical grid controls.
Note
The active search mode affects the visibility of buttons and their position in a container control’s Find panel.
See Also
TcxDataFindCriteria.GoToFirstMatch
TcxDataFindCriteria.GoToLastMatch
TcxDataFindCriteria.GoToNextMatch