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

TcxShowFilterButtons Enum

Enumerates visibility options for filter buttons in item headers.

#Declaration

Delphi
TcxShowFilterButtons = (
    sfbAlways,
    sfbWhenSelected,
    sfbDefault
);

#Members

Name
sfbAlways
sfbWhenSelected
sfbDefault

#Remarks

Values include:

Value Description
sfbAlways A filter button is always visible.
sfbWhenSelected A filter button is displayed if its item header or the item’s cell meets a specific condition.
sfbDefault One of the above, corresponding to the default visibility option for a particular DevExpress control. In Touch mode, this is sfbAlways, otherwise it is sfbWhenSelected.
See Also