TcxGridTableOptionsView.HeaderFilterButtonShowMode Property
In This Article
Specifies the display mode for filter dropdown buttons.
#Declaration
Delphi
property HeaderFilterButtonShowMode: TcxGridItemFilterButtonShowMode read; write; default fbmDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
fbm |
The active filter button display mode. |
#Remarks
Options include:
Value |
Description |
Example |
---|---|---|
fbm |
The normal filter dropdown button. | ![]() |
fbm |
The filter dropdown button is replaced with a specially designed tiny image imitating a smart tag. | ![]() |
fbm |
A smart tag replaces the filter dropdown button in all modes, except Touch mode. | – |
Use the ShowColumnFilterButtons property to specify how column headers display the button or smart tag.
#Default Value
The HeaderFilterButtonShowMode
property’s default value is fbmSmartTag
.
See Also