Skip to main content

TcxFilterCriteria Properties

The base class for grid filtering facilities.
Name Description
CompareByDisplayValues Determines if criteria conditions are compared using their values or display values.
DateTimeFormat Specifies the pattern for formatting date/time values.
FilterCaption Determines the text representation of the filter criteria when displayed in the filter status bar.
FilterText Specifies filter criteria for a grid control.
MaxValueListCount Limits the number of rows in the dropdown list, which contains values to set a filter condition for a specific item.
Options Specifies options controlling filtering and the display of filter text.
PercentWildcard Specifies the character used to represent any number of symbols in the filter condition of the foLike type.
Root Specifies the list of filter conditions (simple or aggregate) combined by a logical operator.
StoreItemLinkNames Specifies whether item names are used to identify items in the filter criteria stored in a memory stream.
SupportedLike Specifies whether the LIKE, ‘NOT LIKE’, CONTAINS, ‘NOT CONTAINS’, ‘BEGINS WITH’, and ‘ENDS WITH’ operators are available to end-users within the Filter Builder dialog.
TranslateBetween Specifies whether the BETWEEN and ‘NOT BETWEEN’ operators in a filter condition are replaced with comparison and logical operators.
TranslateIn Specifies whether the IN and ‘NOT IN’ operators in a filter condition are replaced with comparison and logical operators.
TranslateLike Specifies whether the ‘NOT LIKE’ operator in a filter condition is replaced with the inverted logical expression of the LIKE operator.
UnderscoreWildcard Specifies the symbol used to represent any single character in the filter condition of the foLike type.
See Also