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

TcxGridFilterRow Class

A filter row in Table and Banded Table Views.

Declaration

TcxGridFilterRow = class(
    TcxGridNewItemRow
)

Remarks

A filter row is a simpler alternative to filter dropdowns. It’s located at the top of a View.

An end-user can filter results by any field currently allocated in the View (for more information on allocated fields, see the Customization Form).

You can specify the filter row’s options using the View’s FilterRow property.

See Also