Skip to main content

TcxFilterButtonShowMode Enum

Enumerates display modes for filter buttons in item headers.

Declaration

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