Skip to main content

TcxFilterValueList Members

A list of values for filter criteria.

Constructors

Name Description
Create(TcxFilterCriteria) Creates an instance of the TcxFilterValueList object.

Properties

Name Description
Count Returns the number of filter items in the list.
Criteria Returns the filter criteria that users can change when they select a filter item in the list.
Items Provides indexed access to filter items stored in the list.
MaxCount Returns the maximum number of filter items in the list.
SortByDisplayText Specifies if fviValue filter items in the list are sorted by their display text.
StartValueIndex Returns the insert index for a new filter item.

Methods

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