Back to Devexpress

Row Header Indent

windowsforms-388-controls-and-libraries-vertical-grid-visual-elements-row-header-indent.md

latest1.6 KB
Original Source

Row Header Indent

  • Apr 01, 2018

A Row header indent is the area represented by the rectangular region displayed to the left of the row header. This gives you the ability to represent row headers in a tree. Row header indents can contain an expand button if the corresponding row has child rows. Regions that constitute the whole row header indent are subdivided into two types:

  • row indents which belong to editor or multi-editor rows;
  • category indents which belong only to category rows.

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

|

Appearance

|

Row indents : the VGridAppearanceCollection.RowHeaderPanel property.

Category indents : the VGridAppearanceCollection.Category property.

| |

Custom Draw Event

|

The VGridControlBase.CustomDrawRowHeaderIndent event.

|

Related Topics: