Skip to main content
A newer version of this page is available. .

Filter Button

Filter buttons are displayed within column headers and can be clicked to activate filter dropdown lists. Such lists enable end-users to specify data filtering conditions.

VisualElems_GridView_FilterButton

The table below lists the main properties affecting element appearance.

Style

The GridOptionsView.HeaderFilterButtonShowMode property allows you to choose whether the filter buttons will be displayed as smart tags or in the traditional way - as regular buttons.

Appearance

GridViewAppearances.ColumnFilterButton, GridViewAppearances.ColumnFilterButtonActive

Note: These settings are not in effect in the following cases:

Custom Draw Event

GridView.CustomDrawColumnHeader

Availability

A View’s GridOptionsCustomization.AllowFilter option and a column’s OptionsColumnFilter.AllowFilter option.

See Also