Back to Devexpress

Member Table: Cells

aspnet-3706-components-grid-view-member-tables-member-table-cells.md

latest2.0 KB
Original Source

Member Table: Cells

  • Nov 12, 2021

Server

MemberDescription
ASPxGridView.GetRowValuesReturns the values of the specified data source fields within the specified row.
ASPxGridBase.GetSelectedFieldValuesReturns the row values displayed within the selected rows.
ASPxGridView.CustomColumnDisplayTextAllows you to display custom text in a cell.
ASPxGridView.CustomUnboundColumnDataEnables data to be supplied to and modified data to be saved from unbound columns.
ASPxGridView.CellEditorInitializeEnables the cell editors displayed within the edit cells to be initialized.

Client

MemberDescription
ASPxClientGridView.GetEditValueReturns the value of the specified edit cell.
ASPxClientGridView.GetEditorReturns the editor used to edit the specified column’s values.
ASPxClientGridView.GetPageRowValuesReturns the row values displayed within the current page.
ASPxClientGridView.GetRowValuesReturns the values of the specified data source fields within the specified row.
ASPxClientGridView.GetSelectedFieldValuesReturns the row values displayed within the selected rows.
ASPxClientGridView.SetEditValueSets the value of the specified edit cell.