Skip to main content

TcxCustomGridTableOptionsCustomize.ItemFiltering Property

Enables runtime filtering of View items.

Declaration

property ItemFiltering: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use this property to enable or disable the runtime filtering of the View’s items. This property determines whether an end-user can filter the View by item values. Setting the ItemFiltering property to False prevents the filter dropdown buttons from being displayed within the item captions regardless of their Filtering property values.

The default value of the ItemFiltering property is True.

See Also