TcxCustomGridTableOptionsView.ShowItemFilterButtons Property
Specifies how item headers display filter dropdown buttons.
Declaration
property ShowItemFilterButtons: 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 any of the following conditions are met:
|
sfbDefault | A filter dropdown button is displayed in Touch mode or when any of the sfbWhenSelected option’s conditions are met. |
A filter dropdown button replaced with a smart tag is always visible in headers of items that have a filter applied.
The ShowItemFilterButtons property is in effect if the View’s OptionsCustomize.ItemFiltering or the item’s Options.Filtering option is enabled.
The default value of the ShowItemFilterButtons property is sfbDefault.