Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridFilterRow Class

A filter row in Table and Banded Table Views.

#Declaration

Delphi
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