Skip to main content

RowDataBase.ValidationErrorText Property

Gets the row’s validation error text.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
String

The row’s validation error text.

See Also