Skip to main content

CellData.ValidationError Property

Gets information about the cell’s validation error.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "OnValidationErrorChanged")]
public BaseValidationError ValidationError { get; }

Property Value

Type Description
BaseValidationError

Information about the cell’s validation error.

See Also