TcxGridCardViewOptionsView.ShowRowFilterButtons Property
In This Article
Specifies how card row captions display filter dropdown buttons.
#Declaration
Delphi
property ShowRowFilterButtons: TcxGridShowItemFilterButtons read; write; default sfbDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
sfb |
The active filter button behavior mode. |
#Remarks
Options include:
Value | Description |
---|---|
sfb |
A filter dropdown button is always visible. |
sfb |
A filter dropdown button is displayed if a card row caption is hot-tracked or pressed. |
sfb |
A filter dropdown button is displayed in Touch mode or when the sfb option’s condition is met. |
A filter dropdown button replaced with a smart tag is always visible in captions of card rows that have a filter applied.
#Default Value
The ShowRowFilterButtons
property’s default value is sfbDefault
.
See Also