TcxGridFilterValueList Class
In This Article
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
TObject
TcxFilterValueList
TcxDataFilterValueList
TcxGridFilterValueList
See Also