TcxFilterButtonShowMode Enum
In This Article
Enumerates display modes for filter buttons in item headers.
#Declaration
Delphi
TcxFilterButtonShowMode = (
fbmButton,
fbmSmartTag,
fbmDefault
);
#Members
Name |
---|
fbm
|
fbm
|
fbm
|
#Remarks
Values include:
Value | Meaning |
---|---|
fbm |
A standard button. |
fbm |
A tiny image that imitates a smart tag. |
fbm |
One of the above, corresponding to the default display mode for a particular DevExpress control. In Touch mode, this is fbm |
See Also