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

Row Header

Row headers identify the rows in the vertical grid. A row header contains:

  • a caption string identifying the row’s content;
  • a row header image providing graphical information about the row’s content;

The row header panel contains the headers of all the visible rows. The Customization Form displays the headers of the hidden rows.

VE_RowHeader

The table below lists the main properties which affect the element’s appearance:

Appearance

The VGridAppearanceCollection.RowHeaderPanel, BaseRow.AppearanceHeader, VGridAppearanceCollection.FocusedRow and VGridAppearanceCollection.HideSelectionRow properties.

Custom Draw Event

The VGridControlBase.CustomDrawRowHeaderCell event.

Visibility

The BaseOptionsView.ShowRows option specifies whether row header panel are displayed. A row’s VGridOptionsRow.ShowInCustomizationForm option specifies whether the row header can be shown in the Customization Form when hidden (the row’s BaseRow.Visible property is set to false).

Contents

RowProperties.Caption, RowProperties.ImageOptions

Tooltips

VGridOptionsHint.ShowRowHeaderHints, RowProperties.ToolTip

 

Related Topics: