Skip to main content
A newer version of this page is available. .

TcxGridCardViewFiltering Class

Contains filter settings for a Card View.

Declaration

TcxGridCardViewFiltering = class(
    TcxCustomGridTableFiltering
)

Remarks

This class implements settings that affect end-user data filter functionality in Card Views. Use the Filter property of a View’s source data controller to set up the filter criteria programmatically.

The TcxGridCardViewFiltering class provides the following members that allow you to:

A Card View’s Filtering property references a TcxGridCardViewFiltering object.

See Also