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

TcxFilterItemCollection Class

In filter controls, represents a collection of dataset fields that are involved in building the filtering condition.

#Declaration

Delphi
TcxFilterItemCollection = class(
    TOwnedCollection
)

#Remarks

Filter controls of the TcxDBFilterControl type use the TcxFilterItemCollection class to maintain a list of specific explicitly declared filter items. Such items (if any is declared by you) represent dataset fields, which can be involved in building of filter conditions.

A collection of items is accessed via the Items property of a TcxDBFilterControl object. Each item of the collection is represented by a TcxFilterItem object. Use the collection’s Items property to access an individual collection item.

#Inheritance

See Also