TcxGridFilterBoxTokenCriteriaOptions Class
In This Article
Stores settings of the token criteria display style.
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridFilterBoxTokenCriteriaOptions
See Also