TcxDataFindCriteriaBehavior Enum
Enumerates data search modes.
Declaration
TcxDataFindCriteriaBehavior = (
fcbDefault,
fcbFilter,
fcbSearch
);
Members
| Name |
|---|
fcbDefault
|
fcbFilter
|
fcbSearch
|
Remarks
Options include:
Value | Description | Example (Uses the Extended Search Syntax) |
|---|---|---|
|
fcbDefault | The default value is equivalent to |
|
|
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:
|
|
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.

