TcxDBFilterOptions Class
In This Article
Contains options controlling the filtering and display of filter text.
#Declaration
Delphi
TcxDBFilterOptions = class(
TPersistent
)
#Remarks
The TcxDBFilterOptions class declares a number of properties that describe the different filtering options. The TcxDBFilterOptions object can be accessed via the FilterOptions property of the TcxDBFilterControl object.
#Inheritance
TObject
TPersistent
TcxDBFilterOptions
See Also