Skip to main content

TcxGridTableView.FilterRow Property

Specifies filter row options.

Declaration

property FilterRow: TcxGridFilterRowOptions read; write;

Property Value

Type
TcxGridFilterRowOptions

Remarks

The FilterRow property provides options which allow you to specify the filter row’s visibility (see the Visible property), its description (see the InfoText property), the width and color of the separator that visually divides the filter row from data rows (see SeparatorWidth and SeparatorColor properties), and the filtering mechanism (see the ApplyChanges property).

See Also