Skip to main content

TcxGridFilterValueList Class

A list of filter items that are used in a filter dropdown.

Declaration

TcxGridFilterValueList = class(
    TcxDataFilterValueList
)

Remarks

The TcxGridFilterValueList class provides a Load method with an implemented behavior specific to the grid control. This method creates a list of filter items that are then added to the filter dropdown.

The ApplyFilter method is designed to programmatically filter items in the View at a higher level, rather than accomplishing this task at the data controller layer.

Inheritance

See Also