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

TcxGridLayoutViewFiltering Class

Filtering settings for a Layout View.

Declaration

TcxGridLayoutViewFiltering = class(
    TcxCustomGridTableFiltering
)

Remarks

This class does not introduce any new functionality. It simply publishes properties inherited from its base class. Refer to the description of the base TcxCustomGridTableFiltering class, for details.

The TcxGridLayoutViewFiltering object is referenced by the View’s Filtering property.

See Also