Back to Devexpress

Header Panel Button

windowsforms-532-controls-and-libraries-data-grid-visual-elements-grid-view-elements-header-panel-button.md

latest2.0 KB
Original Source

Header Panel Button

  • Oct 20, 2021

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.

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

Appearance and Conditional Formatting

Custom Painting Basics