Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Filter Buttons

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.

VGrid_VE_FilterButtons

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.