TcxGridLayoutViewFiltering Class
In This Article
Filtering settings for a Layout View.
#Declaration
Delphi
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.
#Inheritance
See Also