Skip to main content

TcxGridItemDataBinding.FilterCriteriaItem Property

Refers to the first filter condition of the corresponding grid View item.

Declaration

property FilterCriteriaItem: TcxFilterCriteriaItem read;

Property Value

Type
TcxFilterCriteriaItem

Remarks

Use the FilterCriteriaItem property to access to the first filter condition of the grid View item. The filter criteria provided by the Filter and the View’s DataController.Filter properties can contain several filter conditions involving the current item. If so, only the first filter condition is retrieved. Each filter condition represents an object of the TcxFilterCriteriaItem class and refers to the current item (the TcxFilterCriteriaItem.ItemLink property), a comparison operator (the TcxFilterCriteriaItem.OperatorKind property) and the value with which data is compared (the TcxFilterCriteriaItem.Value property).

To remove any filters applied to the current item, set the Filtered property to False.

See Also