Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableOptionsView.ShowItemFilterButtons Property

Specifies how item headers display filter dropdown buttons.

#Declaration

Delphi
property ShowItemFilterButtons: TcxGridShowItemFilterButtons read; write; default sfbDefault;

#Property Value

Type Default Description
TcxGridShowItemFilterButtons sfbDefault

The active filter button behavior mode.

#Remarks

Options include:

Value

Description

sfbAlways

A filter dropdown button is always visible.

sfbWhenSelected

A filter dropdown button is displayed if any of the following conditions are met:

  • An item’s header is hot-tracked or pressed;

  • An item’s cell is being edited (applicable for Layout Views only).

sfbDefault

A filter dropdown button is displayed in Touch Mode or when any of the sfbWhenSelected option’s conditions are met.

A filter dropdown button replaced with a smart tag is always visible in headers of items that have a filter applied.

The ShowItemFilterButtons property is in effect if the View’s OptionsCustomize.ItemFiltering or the item’s Options.Filtering option is enabled.

#Default Value

The ShowItemFilterButtons property’s default value is sfbDefault.

See Also