Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataFilterValueList Properties
Show Inherited Hide Inherited

Represents the list of values for filter conditions.
Name Description
Count Returns the number of filter items in the list. Inherited from TcxFilterValueList.
Criteria Returns the filter criteria that users can change when they select a filter item in the list. Inherited from TcxFilterValueList.
DataController Specifies the object of the TcxCustomDataController class for which the current list is generated.
Items Provides indexed access to filter items stored in the list. Inherited from TcxFilterValueList.
MaxCount Returns the maximum number of filter items in the list. Inherited from TcxFilterValueList.
SortByDisplayText Specifies if fviValue filter items in the list are sorted by their display text. Inherited from TcxFilterValueList.
StartValueIndex Returns the insert index for a new filter item. Inherited from TcxFilterValueList.
See Also