Skip to main content

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 (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:

Note

The active search mode affects the visibility of buttons and their position in a container control’s Find panel.

See Also