Skip to main content

TcxFilterCriteriaItem Members

A simple condition in a filter criteria list.

Constructors

Name Description
Create(TcxFilterCriteriaItemList,TObject,TcxFilterOperatorKind,Variant,string) Creates a simple filter condition in a specific filter criteria list.
Create(TcxFilterCriteriaItemList) Initializes a new instance of the TcxCustomFilterCriteriaItem class with specified settings. Inherited from TcxCustomFilterCriteriaItem.

Properties

Name Description
Criteria Inherited from TcxCustomFilterCriteriaItem.
CustomFunctionName
DisplayValue Specifies the text representation of the Value property when displayed in the filter status bar.
Expression Specifies a calculated expression for a filter condition.
IsItemList Inherited from TcxCustomFilterCriteriaItem.
ItemLink Provides access to the item for which a filter condition is applied.
Operator
OperatorKind Specifies the operator for the current simple filter condition.
Parent Inherited from TcxCustomFilterCriteriaItem.
PreparedValue
Value Identifies the value with which item values are compared.

Methods

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
IsEmpty Inherited from TcxCustomFilterCriteriaItem.
ToString Inherited from TObject.
ValueIsNull(Variant)
See Also