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

  • 2 minutes to read

Rows correspond to the fields in the underlying dataset. Rows can be arranged in a tree and end-users can drag a row’s bottom edge to change its height. Row resizing is in effect if the control’s VGridOptionsBehavior.ResizeRowHeaders and the row’s VGridOptionsRow.AllowSize options are enabled.

There are two types of data rows:

  • Editor Row

    This type of row is used to display and edit the values of the data fields within your grid control. This is the most used row type, it’s similar to the columns in a standard (horizontal) grid control.

  • Multi-editor row

    Rows of this type are used to display the values of several data fields. They are capable of displaying several cells within each record.

Data rows include row headers, row header indents and data cells.

VE_Row

 

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

Appearance

You can customize the appearance of each separate element within the data row. See the descriptions of the cell, row header indent, row header and separator elements for more information.

Custom Draw Event

See the cell, row header indent, row header and separator topics for information on manually painting these elements.

 

Related Topics: