Back to Devexpress

TcxGridFilterRow Class

vcl-cxgridtableview-c726cd39.md

latest1.9 KB
Original Source

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.

Inheritance

TObject TcxCustomGridRecord TcxCustomGridRow TcxGridDataRow TcxGridNewItemRow TcxGridFilterRow

See Also

TcxCustomGridRow

TcxGridCustomLayoutViewViewData.Records

TcxGridViewData.FilterRow

TcxGridViewData.HasFilterRow

TcxPivotGridCrossCell.Records

TcxPivotGridCrossCellSummary.Records

TcxPivotGridGroupItem.Records

Records

TcxGridFilterRow Members

cxGridTableView Unit