Skip to main content

TcxvgOptionsView.ShowRowHeaderFilterButtons Property

Specifies the visibility condition for filter drop-down buttons in row headers.

Declaration

property ShowRowHeaderFilterButtons: TcxShowFilterButtons read; write; default sfbDefault;

Property Value

Type Default Description
TcxShowFilterButtons sfbDefault

The active filter button display mode.

Remarks

Use the ShowRowHeaderFilterButtons property to change how a vertical grid control shows smart tags or filter dropdown buttons in row headers. The RowHeaderFilterButtonShowMode property value and the state of Touch mode define whether the control displays filter dropdown buttons instead of smart tags.

Options include:

Value Description Example Example (Touch Mode)
sfbAlways Every row header shows a smart tag or filter dropdown button. Every Row Header Displays a Smart Tag Button Every Row Header Displays a Smart Tag Button (Touch Mode)
sfbWhenSelected Only a hot-tracked row header shows a smart tag or filter dropdown button. The Hot-Tracked Row Header Displays a Smart Tag Button The Hot-Tracked Row Header Displays a Smart Tag Button (Touch Mode)
sfbDefault Only a hot-tracked row header shows a smart tag or filter dropdown button if Touch Mode is disabled. Otherwise, every row header shows a filter dropdown button or smart tag depending on the RowHeaderFilterButtonShowMode property value. The Default Button Display Mode The Default Button Display Mode (Touch Mode)

Default Value

The ShowRowHeaderFilterButtons property’s default value is sfbDefault.

See Also