TcxGridTableOptionsView.HeaderFilterButtonShowMode Property
Specifies the display mode for filter dropdown buttons.
Declaration
property HeaderFilterButtonShowMode: TcxGridItemFilterButtonShowMode read; write; default fbmDefault;
Property Value
Type | Default | Description |
---|---|---|
TcxGridItemFilterButtonShowMode | fbmDefault | The active filter button display mode. |
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.
Default Value
The HeaderFilterButtonShowMode
property’s default value is fbmSmartTag
.
See Also