Skip to main content

TcxGridViewData.FilterRow Property

Represents a filter row.

Declaration

property FilterRow: TcxGridFilterRow read;

Property Value

Type
TcxGridFilterRow

Remarks

A filter row is a simpler alternative to filter dropdowns. When initially drawn (or not focused and when filtering is not applied), it displays a text describing its functionality:

An end-user can filter the results by any field, which is currently allocated in the View.

See Also