TcxGridTableOptionsView.HeaderFilterButtonShowMode Property
Specifies the display mode for filter dropdown buttons.
Declaration
property HeaderFilterButtonShowMode: TcxGridItemFilterButtonShowMode read; write; default fbmDefault;
Property Value
Type | Default |
---|---|
TcxGridItemFilterButtonShowMode | fbmDefault |
Remarks
Options include:
Value | Description | Example |
---|---|---|
fbmButton | The normal filter dropdown button. | |
fbmSmartTag | The filter dropdown button is replaced with a specially designed tiny image imitating a smart tag. | |
fbmDefault | 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.
The default value of the HeaderFilterButtonShowMode property is fbmSmartTag.
See Also