ASPxVerticalGridDataCellEventArgs.CellValue Property
Gets the processed cell’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Object | An object that represents the processed cell’s value. |
Remarks
Use the ASPxVerticalGridDataCellEventArgs.GetValue method to obtain cell values within the current record.
See Also