Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewTableDataCellEventArgs.CellValue Property

Gets the processed cell’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public object CellValue { get; }

Property Value

Type Description
Object

An object that represents the processed cell’s value.

Remarks

Use the ASPxGridViewTableDataCellEventArgs.GetValue method to obtain cell values within the current row.

See Also