Skip to main content

TcxFilterValueList Class

A list of values for filter criteria.

Declaration

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