TcxGridTableOptionsView.ShowColumnFilterButtons Property
Specifies how column headers display filter dropdown buttons.
Declaration
property ShowColumnFilterButtons: TcxGridShowItemFilterButtons read; write; default sfbDefault;
Property Value
Type | Default |
---|---|
TcxGridShowItemFilterButtons | sfbDefault |
Remarks
Options include:
Value | Description |
---|---|
sfbAlways | A filter dropdown button is always visible. |
sfbWhenSelected | A filter dropdown button is displayed if a column header is hot-tracked or pressed. |
sfbDefault | A filter dropdown button is displayed in Touch mode or when the sfbWhenSelected option’s condition is met. |
A filter dropdown button replaced with a smart tag is always visible in headers of columns that have a filter applied.
The default value of the ShowColumnFilterButtons property is sfbDefault.
See Also