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

TcxFilterValueList Class

A list of values for filter criteria.

#Declaration

Delphi
TcxFilterValueList = class(
    TObject
)

#Remarks

A user can invoke a filter pop-up window for a grid item. This pop-up window is populated with values from a TcxFilterValueList object:

Filter Pop-Up Window Example

The TcxFilterValueList class has members that allow you to do the following:

The following procedural types reference a TcxFilterValueList object as a parameter:

TcxGetFilterImagesEvent
The procedural type for filter image retrieval events.
TcxGetFilterValuesEvent
The procedural type for filter item retrieval events.
TcxGridGetFilterImagesEvent
The procedural type for filter image retrieval events in the TcxGrid control.

#Inheritance

TObject
TcxFilterValueList
See Also