Skip to main content
A newer version of this page is available. .

TcxGridFilterBoxTokenCriteriaOptions Class

Stores settings of the token criteria display style.

Declaration

TcxGridFilterBoxTokenCriteriaOptions = class(
    TcxCustomGridOptions,
    IdxFilterBoxTokenCriteriaOptions
)

Remarks

This class has the following members that allow you to:

  • Specify if it is possible to remove filter criteria tokens in the filter box (ItemRemoval).

  • Access the grid View to which these settings belong (GridView).

A grid View’s FilterBox.TokenCriteria property references a TcxGridFilterBoxTokenCriteriaOptions object.

See Also