Skip to main content

TcxCustomGridTableItemOptions.FilteringPopup Property

Specifies whether a filter dropdown for a specific row or column is available to an end-user.

Declaration

property FilteringPopup: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to prevent the current item from filtering through the filter dropdown. The dropdown button is not drawn in this instance.

Use the FilteringPopupIncrementalFiltering property to enable the incremental filtering feature for the filter dropdown.

The default value of the FilteringPopup property is True.

See Also