Back to Devexpress

Row Cell

windowsforms-544-controls-and-libraries-data-grid-visual-elements-grid-view-elements-row-cell.md

latest3.9 KB
Original Source

Row Cell

  • Apr 01, 2018

Row cells display field values within data rows. Each cell provides an in-place editor that can be invoked by end-users to edit a cell’s value.

The table below lists the main members that affect element appearance.

|

Appearance

|

The GridViewAppearances.Row,GridViewAppearances.OddRow, GridViewAppearances.EvenRow, GridViewAppearances.FocusedRow, GridViewAppearances.HideSelectionRow and GridViewAppearances.FocusedCell properties.

The GridColumn.AppearanceCell property.

The GridView.RowCellStyle and GridView.RowStyle events.

The ColumnView.FormatRules property.

| |

Contents

|

The ColumnView.GetRowCellValue, ColumnView.GetRowCellDisplayText and ColumnView.SetRowCellValue methods.

| |

Customizing Contents

|

GridColumn.DisplayFormat, RepositoryItem.DisplayFormat

The ColumnView.CustomColumnDisplayText event.

| |

Editor

|

The GridColumn.ColumnEdit property, the GridView.CustomRowCellEdit and GridView.CustomRowCellEditForEditing event.

| |

Row Height

|

GridView.RowHeight,

GridOptionsView.RowAutoHeight,

GridView.CalcRowHeight,

GridOptionsCustomization.AllowRowSizing

| |

Custom Draw Event

|

The GridView.CustomDrawCell event.

|

See Also

Rows

Grid Columns

Cells

Edit Data. Create Cell Editors. Validate User Input

Format Cell Values

Appearance and Conditional Formatting