Back to Devexpress

TcxGridTableOptionsView.HeaderFilterButtonShowMode Property

vcl-cxgridtableview-dot-tcxgridtableoptionsview-e6601650.md

latest2.0 KB
Original Source

TcxGridTableOptionsView.HeaderFilterButtonShowMode Property

Specifies the display mode for filter dropdown buttons.

Declaration

delphi
property HeaderFilterButtonShowMode: TcxGridItemFilterButtonShowMode read; write; default fbmDefault;

Property Value

TypeDefaultDescription
TcxGridItemFilterButtonShowModefbmDefault

The active filter button display mode.

|

Remarks

Options include:

ValueDescriptionExample
fbmButtonThe normal filter dropdown button.
fbmSmartTagThe filter dropdown button is replaced with a specially designed tiny image imitating a smart tag.
fbmDefaultA 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

TcxGridTableOptionsView.Header Property

TcxGridTableOptionsView.HeaderAutoHeight Property

TcxGridTableOptionsView Class

TcxGridTableOptionsView Members

cxGridTableView Unit