Skip to main content

GridCellValidationEventArgs.CellValue Property

Gets the cell’s old valid value.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public object CellValue { get; protected set; }

#Property Value

Type Description
Object

The cell’s old valid value.

See Also