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

TcxGridFilterValueList Class

A list of filter items that are used in a filter dropdown.

#Declaration

Delphi
TcxGridFilterValueList = class(
    TcxDataFilterValueList
)

#Remarks

The TcxGridFilterValueList class provides a Load method with an implemented behavior specific to the grid control. This method creates a list of filter items that are then added to the filter dropdown.

The ApplyFilter method is designed to programmatically filter items in the View at a higher level, rather than accomplishing this task at the data controller layer.

#Inheritance

See Also