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

TcxFilterButtonShowMode Enum

Enumerates display modes for filter buttons in item headers.

#Declaration

Delphi
TcxFilterButtonShowMode = (
    fbmButton,
    fbmSmartTag,
    fbmDefault
);

#Members

Name
fbmButton
fbmSmartTag
fbmDefault

#Remarks

Values include:

Value Meaning
fbmButton A standard button.
fbmSmartTag A tiny image that imitates a smart tag.
fbmDefault One of the above, corresponding to the default display mode for a particular DevExpress control. In Touch mode, this is fbmButton, otherwise it is fbmSmartTag.
See Also