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 Methods
Show Inherited Hide Inherited

Represents the list of values for filter conditions.
Name Description
Add(TcxFilterValueItemKind,Variant,string,Boolean) Adds a new filter item to the list. Inherited from TcxFilterValueList.
Clear Removes all filter items from the list. Inherited from TcxFilterValueList.
Delete(Integer) Deletes a filter item at the specified position in the list. Inherited from TcxFilterValueList.
Equals(TObject) Inherited from TObject.
Find(Variant,string,Integer) Returns the index of the first filter item with the specified value and display text. Inherited from TcxFilterValueList.
FindItemByKind(TcxFilterValueItemKind,Variant) Returns the index of the first filter item with the specified type and value. Inherited from TcxFilterValueList.
FindItemByKind(TcxFilterValueItemKind) Returns the index of the first filter item of the specified type. Inherited from TcxFilterValueList.
FindItemByValue(Variant) Returns the index of the first filter item with the specified value. Inherited from TcxFilterValueList.
GetHashCode Inherited from TObject.
GetIndexByCriteriaItem(TcxFilterCriteriaItem) Returns the index of the filter item that corresponds to the specified filter criterion. Inherited from TcxFilterValueList.
IndexOf(TcxFilterValueItem) Returns the index of the specified filter item in the list. Inherited from TcxFilterValueList.
Load(Integer,Boolean,Boolean,Boolean) Populates a list of values for filter conditions.
ToString Inherited from TObject.
See Also