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 Cell

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.

 

VisualElems_GridView_RowCells

 

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