Back to Devexpress

Filter Buttons

windowsforms-119378-controls-and-libraries-vertical-grid-visual-elements-filter-buttons.md

latest1.3 KB
Original Source

Filter Buttons

  • Jan 23, 2019

Filter buttons are displayed within row headers and can be clicked to activate filter drop-down lists. Such lists allow end-users to specify data filtering conditions.

The table below lists the main properties affecting element appearance.

|

Style

|

The VGridOptionsView.HeaderFilterButtonShowMode property allows you to choose whether the filter buttons are displayed as smart tags or regular buttons.

| |

Custom Draw Event

|

The VGridControlBase.CustomDrawRowHeaderCell event allows you to paint a row header manually.

| |

Availability

|

The VGridOptionsFilter.AllowFilter and VGridOptionsRowFilter.AllowFilter options allow you to disable filtering for the whole control or a particular row.

|