Row headers identify the rows in the vertical grid. A row header contains:
The Row Header Panel contains the headers of all the visible rows. The Customization Form displays the headers of the hidden rows.
The table below lists the main properties which affect the element's appearance:
Appearance
The VGridAppearanceCollection.RowHeaderPanel, 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.ImageIndex
Tooltips
VGridOptionsHint.ShowRowHeaderHints, RowProperties.ToolTip
Related Topics: