TcxControlOptionsFiltering Class
The base class for all classes that implement general filter settings in vertical grid and tree list controls.
Declaration
TcxControlOptionsFiltering = class(
TcxControlOptions
)
Remarks
This class has the following members that allow you to:
Allow end users to edit expressions in the filter customization dialog (ExpressionEditing).
Invoke the filter customization dialog (RunCustomizeDialog).
Do not use the TcxControlOptionsFiltering
class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxControlOptions
TcxControlOptionsFiltering
See Also