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

Header Panel Button

The header panel button belongs to both the column header panel and row indicator panel elements. By default, the header panel button has no special functionality. When a View is used to represent detail data, the header panel button serves as a zoom button.

 

VisualElems_GridView_HeaderPanelButton

 

The table below lists the main properties affecting element appearance.

Appearance

GridViewAppearances.HeaderPanel. This style is also applied to column headers and the row indicator panel.

Custom Draw Event

The GridView.CustomDrawRowIndicator event.

Visibility

The element is visible if both the GridOptionsView.ShowIndicator and GridOptionsView.ShowColumnHeaders properties are set to true.

See Also