TcxDataFilterValueList Class
In This Article
Represents the list of values for filter conditions.
#Declaration
Delphi
TcxDataFilterValueList = class(
TcxFilterValueList
)
#Remarks
The TcxDataFilterValueList class extends the functionality of TcxFilterValueList. It provides the Load method, which is used to populate the list with various filter values.
#Inheritance
TObject
TcxFilterValueList
TcxDataFilterValueList
See Also