Skip to main content

CellData.ValidationErrorText Property

Gets the cell’s validation error text.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[P("", Handler = "$() => NotifyPropertyChanged(ValidationErrorTextArgs)")]
public string ValidationErrorText { get; }

Property Value

Type Description
String

The cell’s validation error text.

See Also