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.
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 | |
Custom Draw Event | The GridView.CustomDrawCell event. |